TranslatePixel Function
ImagingFormats

Translates pixel color in SrcFormat to DstFormat.

Pascal
procedure TranslatePixel(SrcPixel: Pointer; 
                         DstPixel: Pointer; 
                         SrcFormat: TImageFormat; 
                         DstFormat: TImageFormat; 
                         SrcPalette: PPalette32; 
                         DstPalette: PPalette32);
File

ImagingFormats (at line 122)

Related Information
You are here: Symbol Reference > Functions > TranslatePixel Function