IColorConverter Sınıfı
Summary: The color converter.
Module: aspose.imaging
Full Name: aspose.imaging.IColorConverter
Methods
| Name | Açı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:
| Parameter | Tür | Açıklama |
|---|---|---|
| source_format | PixelDataFormat | Kaynak biçim. |
| veri | System.Byte | Kaynak veri. |
| offset | int | Veri kopyalamanın başlaması gereken bayt cinsinden ofset. |
| bit_start | int | Bit 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_count | int | Örnek sayısı. |
| lines_count | int | Satır sayısı. |
| dest_format | PixelDataFormat | Hedef biçim. |
| output_data | System.Byte | Çıktı verisi. |
| output_offset | int | Veri kopyalamanın başlaması gereken çıktı ofseti. |
Returns
| Tür | Açıklama |
|---|---|
| int | Dönüştürülen bayt sayısı. |