From 9de6b744a42653daec7f8499ab6855072f09f6a6 Mon Sep 17 00:00:00 2001
From: Graeme Geldenhuys
TfpgColor is always in RRGGBB (Red, Green, Blue) format, no matter the +
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 +
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.). -
-