IIndexedColorConverter Class

Summary: The color converter for indexed image formats.

Module: aspose.imaging

Full Name: aspose.imaging.IIndexedColorConverter

Aspose.Imaging Version: 24.5.0

Methods

NameDescription
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:

ParameterTypeDescription
mapbyteThe conversion map.
source_formatPixelDataFormatThe source format.
dest_formatPixelDataFormatThe destination format.