SetPixel32Generic Function
ImagingFormats

Procedure for setting pixel colors.

Pascal
procedure SetPixel32Generic(Bits: Pointer; 
                            Info: PImageFormatInfo; 
                            Palette: PPalette32; 
                            const Color: TColor32Rec);
File

ImagingFormats (at line 237)

Description

Input 32 bit ARGB color is translated to native format and then written to Image.

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