Interface IIndexedColorConverter
The color converter for indexed image formats.
public interface IIndexedColorConverter
Methods
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
PixelDataFormatThe source format.
destFormat
PixelDataFormatThe destination format.