public interface IIndexedColorConverter
The color converter for indexed image formats.
Modifier and Type | Method and Description |
---|---|
void |
fillIndexedtoIndexedMap(byte[] map,
PixelDataFormat sourceFormat,
PixelDataFormat destFormat)
Fills the indexed to indexed image conversion map.
|
void fillIndexedtoIndexedMap(byte[] map, PixelDataFormat sourceFormat, PixelDataFormat destFormat)
Fills the indexed to indexed image conversion map.
map
- The conversion map.sourceFormat
- The source format.destFormat
- The destination format.