[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents a color in integer format.
Source position: fpg_base.pas line 39
type TfpgColor = type LongWord; |
TfpgColor is always in AARRGGBB (Alpha, Red, Green, Blue) format, no matter the operating system.
The fpg_base unit also contains definitions of many useful color constants. It defines the standard predefined Delphi colors (like clRed, clMagenta etc.), the 140 web safe colors using the defacto standard names as used by Netscape and Internet Explorer web browsers. As well as some internal color constants used by many GUI components (like clText, clWindowBackground etc.).
|
A record structure holding the RGBA values of a color |