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

TfpgColor

Represents a color in integer format.

Declaration

Source position: fpg_base.pas line 39

type TfpgColor = type LongWord;

Description

TfpgColor is always in RRGGBB (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.).


Documentation generated on: 2013-04-29