IIndexedColorConverter Class
Summary: The color converter for indexed image formats.
Module: aspose.psd
Full Name: aspose.psd.IIndexedColorConverter
Aspose.PSD Version: 24.9.0
Methods
Name | Description |
---|---|
fill_indexedto_indexed_map(map, source_format, dest_format) | Fills the indexed to indexed image conversion map. |
Method: fill_indexedto_indexed_map(map, source_format, dest_format)
fill_indexedto_indexed_map(map, source_format, dest_format)
Fills the indexed to indexed image conversion map.
Parameters:
Parameter | Type | Description |
---|---|---|
map | byte | The conversion map. |
source_format | PixelDataFormat | The source format. |
dest_format | PixelDataFormat | The destination format. |