SetPixel32 Function
Imaging

Procedure for setting pixel colors.

Pascal
procedure SetPixel32(const Image: TImageData; 
                     X: LongInt; 
                     Y: LongInt; 
                     const Color: TColor32Rec);
File

Imaging (at line 247)

Description

Input 32 bit ARGB color is translated to native format and then written to Image. Works for all image formats (except special) so it is not very fast.

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