IIndexedColorConverter.FillIndexedtoIndexedMap

IIndexedColorConverter.FillIndexedtoIndexedMap method

Fills the indexed to indexed image conversion map.

public void FillIndexedtoIndexedMap(byte[] map, PixelDataFormat sourceFormat, 
    PixelDataFormat destFormat)
ParameterTypeDescription
mapByte[]The conversion map.
sourceFormatPixelDataFormatThe source format.
destFormatPixelDataFormatThe destination format.

See Also