[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TColor

A color type used by most LCL drawing functions

Declaration

Source position: graphics.pp line 59

type TColor = TGraphicsColor;

Description

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).

The latest version of this document can be found at lazarus-ccr.sourceforge.net.