[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The internal color value of a pixel.
Source position: fpimage.pp line 144
public property TFPCustomImage.Pixels: Integer |
For RGBA colors the value is the internal (encoded) representation of the color. For monochrome or palette based images, the value is the intensitiy or palette index. This property is useful when working with monochrome or palette based images. Otherwise TFPCustomImage.Colors should be used to get or set the decoded RGBA color values.
FPImageException
|
The RGBA color of the specified pixel. |
lazarus-ccr.sourceforge.net |