IColorConverter Sınıfı

Summary: The color converter.

Module: aspose.imaging

Full Name: aspose.imaging.IColorConverter

Methods

NameAçıklama
convert(source_format, data, offset, bit_start, samples_count, lines_count, dest_format, output_data, output_offset)Geçilen verileri çıktı formatına dönüştürür.

Method: convert(source_format, data, offset, bit_start, samples_count, lines_count, dest_format, output_data, output_offset)

 convert(source_format, data, offset, bit_start, samples_count, lines_count, dest_format, output_data, output_offset) 

Geçilen verileri çıktı formatına dönüştürür.

Parameters:

ParameterTürAçıklama
source_formatPixelDataFormatKaynak biçim.
veriSystem.ByteKaynak veri.
offsetintVeri kopyalamanın başlaması gereken bayt cinsinden ofset.
bit_startintBit başlangıcı. Bu değerin bayt hizalı bir değer olmadığını, bunun yerine kopyalamanın başlaması gereken gerçek bit olduğunu unutmayın.
samples_countintÖrnek sayısı.
lines_countintSatır sayısı.
dest_formatPixelDataFormatHedef biçim.
output_dataSystem.ByteÇıktı verisi.
output_offsetintVeri kopyalamanın başlaması gereken çıktı ofseti.

Returns

TürAçıklama
intDönüştürülen bayt sayısı.