[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A color type used by most LCL drawing functions
Source position: graphics.pp line 59
type TColor = TGraphicsColor; |
Format is $00bbggrr - blue, green, red. There are some predefined color constants like TMaroon. See ColorToRGB and RGBToColor. Additionally there are "system colors", like clWindowText, which have a color or pattern depending on the users theme, the LCL control and the drawing tool (Pen, Brush, Font).
lazarus-ccr.sourceforge.net |