[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set RGBA pixel color.
Source position: fpimage.pp line 116
protected procedure TFPCustomImage.SetInternalColor( |
x: Integer; |
y: Integer; |
const Value: TFPColor |
); virtual; |
This is a virtual method, that translates the RGBA color into the internal pixel format. The default implementation converts the RGBA Value into an palette index, which then is stored in the pixel data. Storage of true RGBA or monochrome colors (not using a palette) has to be implemented in derived classes.
lazarus-ccr.sourceforge.net |