diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-10-29 09:45:05 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-10-29 09:45:05 +0000 |
commit | 23f73e3ea0ea04325f132c54d3a1349ed34f0e8a (patch) | |
tree | aed41c0fdfac3b09c474c2c5f93f9e62c266d326 /docs | |
parent | 475482d47ccc2b9fb74e0cc933716bc5f4a573cf (diff) | |
download | fpGUI-23f73e3ea0ea04325f132c54d3a1349ed34f0e8a.tar.xz |
* Minor fix in docs.
* Ported tiOPF2 Demos 06 and 07 to fpGUI.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/corelib/gfxbase.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/xml/corelib/gfxbase.xml b/docs/xml/corelib/gfxbase.xml index 9d086890..9bc2848f 100644 --- a/docs/xml/corelib/gfxbase.xml +++ b/docs/xml/corelib/gfxbase.xml @@ -55,14 +55,15 @@ underlying type in the future. Example to floating points. <element name="TfpgColor"> <short>Represents a color in integer format.</short> <descr> -<p>TfpgColor is always in RRGGBB (Red, Green, Blue) format, no matter tho +<p>TfpgColor is always in RRGGBB (Red, Green, Blue) format, no matter the operating system. </p> -<p>The gfxbase unit also contains definitions of many useful color constants. It -defines the standard predefined Delphi colors (like clRed, clMagenta etc.), the - 140 websafe 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.). +<p>The <var>gfxbase</var> unit also contains definitions of many useful color +constants. It defines the standard predefined Delphi colors (like clRed, +clMagenta etc.), the 140 websafe 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.). </p> </descr> <seealso> |