[Overview][Types][Classes][Index] |
Sets the color for the pixel at the specified coordinates.
Source position: lazcanvas.pas line 102
protected procedure TLazCanvas.SetColor( |
x: Integer; |
y: Integer; |
const AValue: TFPColor |
); override; |
x |
|
Horizontal pixel coordinate. |
y |
|
Vertical pixel coordinate. |
AValue |
|
Color for the pixel. |
Version 4.0 | Generated 2025-05-03 | Home |