From 9de6b744a42653daec7f8499ab6855072f09f6a6 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sat, 13 Dec 2014 22:02:46 +0000 Subject: docs: Correctly documentation about TfpgColor type --- docs/xml/corelib/fpg_base.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'docs') diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml index 2b60ae90..32d68ac4 100644 --- a/docs/xml/corelib/fpg_base.xml +++ b/docs/xml/corelib/fpg_base.xml @@ -23,30 +23,30 @@ of fpGUI. It also defines many types and constants used throughout the toolkit. defined in this unit.

- - - A custom type used to represent X and Y coordinates. - Internally TfpgCoord is actually a Integer type. We created a custom + + +A custom type used to represent X and Y coordinates. +Internally TfpgCoord is actually a Integer type. We created a custom alias type for use in fpGUI in the event that we might want to change the underlying type in the future. Example to floating points. - - - - - Represents a color in integer format. - -

TfpgColor is always in RRGGBB (Red, Green, Blue) format, no matter the + + + +Represents a color in integer format. + +

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

-
+etc.).

+ +TRGBTriple +
-- cgit v1.2.3-70-g09d2