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