SetPixelFP Function
Imaging

Procedure for setting pixel colors.

Pascal
procedure SetPixelFP(const Image: TImageData; 
                     X: LongInt; 
                     Y: LongInt; 
                     const Color: TColorFPRec);
File

Imaging (at line 255)

Description

Input FP 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 > SetPixelFP Function