[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the internal (encoded) color value of the specified pixel.
Source position: fpimage.pp line 119
protected function TFPCustomImage.GetInternalPixel( |
x: Integer; |
y: Integer |
):Integer; virtual; abstract; |
For RGBA colors returns the internal (encoded) representation of the color. For monochrome or palette based images the intensitiy or palette index is returned.
lazarus-ccr.sourceforge.net |