summaryrefslogtreecommitdiff
path: root/docs/xml/corelib/fpg_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xml/corelib/fpg_main.xml')
-rw-r--r--docs/xml/corelib/fpg_main.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/xml/corelib/fpg_main.xml b/docs/xml/corelib/fpg_main.xml
index 0ace2c8b..6eb0a8d5 100644
--- a/docs/xml/corelib/fpg_main.xml
+++ b/docs/xml/corelib/fpg_main.xml
@@ -28,8 +28,9 @@
</seealso>
</element>
<element name="fpgColorToRGB">
- <short>Convert a color to RGB values of that color</short>
- <descr><printshort id="fpgColorToRGB"/>. Not all <link id="#fpgui.fpg_base.TfpgColor">TfpgColor</link> values are in RGB format. For example you are "named" colors too. eg: clWindowBackground</descr>
+ <short>Convert a color to the RGB values of that color</short>
+ <descr><printshort id="fpgColorToRGB"/>. Not all <link id="#fpgui.fpg_base.TfpgColor">TfpgColor</link> values are in RGB format. For example, you get "named" colors too (eg: clWindowBackground), which
+ is simply an index value, but later translated to a real RGB value via the theming system.</descr>
</element>
<element name="fpgGetNamedColor">
<short>Returns a "named" TfpgColor based on a RGB color</short>