Класс IIndexedColorConverter
Summary: The color converter for indexed image formats.
Module: aspose.imaging
Full Name: aspose.imaging.IIndexedColorConverter
Methods
| Name | Description |
|---|---|
| fill_indexedto_indexed_map(map, source_format, dest_format) | Заполняет карту преобразования индексированного изображения в индексированное. |
Method: fill_indexedto_indexed_map(map, source_format, dest_format)
fill_indexedto_indexed_map(map, source_format, dest_format)
Заполняет карту преобразования индексированного изображения в индексированное.
Parameters:
| Параметр | Тип | Описание |
|---|---|---|
| карта | System.Byte | Карта преобразования. |
| source_format | PixelDataFormat | Исходный формат. |
| dest_format | PixelDataFormat | Целевой формат. |