Interface IIndexedColorConverter
Interface IIndexedColorConverter
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.8.0)
The color converter for indexed image formats.
public interface IIndexedColorConverterMethods
FillIndexedtoIndexedMap(byte[], PixelDataFormat, PixelDataFormat)
Fills the indexed to indexed image conversion map.
void FillIndexedtoIndexedMap(byte[] map, PixelDataFormat sourceFormat, PixelDataFormat destFormat)Parameters
map byte
[]
The conversion map.
sourceFormat PixelDataFormat
The source format.
destFormat PixelDataFormat
The destination format.