diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-10-26 13:56:09 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-10-26 13:56:09 +0000 |
commit | 16f3f057a567b3fc539ed55521e2996b26bcb2c4 (patch) | |
tree | c5906158cd50feee56f855cbbeeee76a9d8c634d /docs | |
parent | c0a5ef4d7da723cb0f8831d907f397409d00912c (diff) | |
download | fpGUI-16f3f057a567b3fc539ed55521e2996b26bcb2c4.tar.xz |
* Updated the ThreeDee prototype with a new gradient function.
* Implemented a new fpgGetAvgColor function in gfxbase unit.
* Supplied some more documentation for gfxbase unit.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/corelib.cnt | 14 | ||||
-rw-r--r-- | docs/xml/corelib/gfxbase.xml | 44 |
2 files changed, 48 insertions, 10 deletions
diff --git a/docs/html/corelib.cnt b/docs/html/corelib.cnt index 28cf9fbc..021f3742 100644 --- a/docs/html/corelib.cnt +++ b/docs/html/corelib.cnt @@ -592,6 +592,7 @@ SetHeight gfxbase/tfpgwindowbase.setheight.html SetWidth gfxbase/tfpgwindowbase.setwidth.html Create gfxbase/tfpgwindowbase.create.html + AfterConstruction gfxbase/tfpgwindowbase.afterconstruction.html AdjustWindowStyle gfxbase/tfpgwindowbase.adjustwindowstyle.html SetWindowParameters gfxbase/tfpgwindowbase.setwindowparameters.html Right gfxbase/tfpgwindowbase.right.html @@ -630,6 +631,7 @@ fpgGetGreen gfxbase/fpggetgreen.html fpgGetBlue gfxbase/fpggetblue.html fpgGetAlpha gfxbase/fpggetalpha.html + fpgGetAvgColor gfxbase/fpggetavgcolor.html PtInRect gfxbase/ptinrect.html SortRect gfxbase/sortrect.html gfx_x11 gfx_x11/index.html @@ -823,6 +825,8 @@ fpgfx fpgfx/index.html AllAnchors fpgfx/allanchors.html cMessageQueueSize fpgfx/cmessagequeuesize.html + fpGUIVersion fpgfx/fpguiversion.html + fpGUIName fpgfx/fpguiname.html TOrientation fpgfx/torientation.html TAlign fpgfx/talign.html TAnchor fpgfx/tanchor.html @@ -1015,13 +1019,14 @@ gfx_stdimages gfx_stdimages/index.html fpgCreateStandardImages gfx_stdimages/fpgcreatestandardimages.html gfx_UTF8utils gfx_utf8utils/index.html - UTF8Pos gfx_utf8utils/utf8pos.html + UTF8CharacterLength gfx_utf8utils/utf8characterlength.html + UTF8CharStart gfx_utf8utils/utf8charstart.html UTF8Copy gfx_utf8utils/utf8copy.html + UTF8CStringToUTF8String gfx_utf8utils/utf8cstringtoutf8string.html UTF8Length gfx_utf8utils/utf8length.html - UTF8CharStart gfx_utf8utils/utf8charstart.html - UTF8CharacterLength gfx_utf8utils/utf8characterlength.html - UTF8Insert gfx_utf8utils/utf8insert.html + UTF8Pos gfx_utf8utils/utf8pos.html UTF8Delete gfx_utf8utils/utf8delete.html + UTF8Insert gfx_utf8utils/utf8insert.html gfx_widget gfx_widget/index.html TFocusSearchDirection gfx_widget/tfocussearchdirection.html TfpgWidget gfx_widget/tfpgwidget.html @@ -1291,6 +1296,7 @@ 2MSetHeight 2MSetWidth 3MCreate +3MAfterConstruction 3MAdjustWindowStyle 3MSetWindowParameters 3MRight diff --git a/docs/xml/corelib/gfxbase.xml b/docs/xml/corelib/gfxbase.xml index 190885fd..9d086890 100644 --- a/docs/xml/corelib/gfxbase.xml +++ b/docs/xml/corelib/gfxbase.xml @@ -7651,12 +7651,14 @@ titlebars or borders inside a main parent window. <!-- function Visibility: default --> <element name="fpgColorToRGBTriple"> -<short></short> +<short>Converts the TfpgColor to TRGBTriple type</short> <descr> +This function converts the given TfpgColor into a TRGBTriple type. </descr> <errors> </errors> <seealso> + <link id="TRGBTriple" /> </seealso> </element> @@ -7672,12 +7674,14 @@ titlebars or borders inside a main parent window. <!-- function Visibility: default --> <element name="RGBTripleTofpgColor"> -<short></short> +<short>Converts the TRGBTriple to TfpgColor type</short> <descr> +This function converts the given TRGBTriple into a TfpgColor type. </descr> <errors> </errors> <seealso> + <link id="TRGBTriple" /> </seealso> </element> @@ -7693,7 +7697,7 @@ titlebars or borders inside a main parent window. <!-- function Visibility: default --> <element name="fpgGetRed"> -<short></short> +<short>Returns the Red portion of a color value.</short> <descr> </descr> <errors> @@ -7714,7 +7718,7 @@ titlebars or borders inside a main parent window. <!-- function Visibility: default --> <element name="fpgGetGreen"> -<short></short> +<short>Returns the Green portion of a color value.</short> <descr> </descr> <errors> @@ -7735,7 +7739,7 @@ titlebars or borders inside a main parent window. <!-- function Visibility: default --> <element name="fpgGetBlue"> -<short></short> +<short>Returns the Blue portion of a color value.</short> <descr> </descr> <errors> @@ -7756,7 +7760,7 @@ titlebars or borders inside a main parent window. <!-- function Visibility: default --> <element name="fpgGetAlpha"> -<short></short> +<short>Returns the Alpha portion of a color value.</short> <descr> </descr> <errors> @@ -7776,6 +7780,34 @@ titlebars or borders inside a main parent window. </element> <!-- function Visibility: default --> +<element name="fpgGetAvgColor"> +<short>Calculates the average color using the two supplied</short> +<descr> +This function calculates and returns the average color by using AColor1 +and AColor2. The Alpha value also gets taken into account. +</descr> +<errors> +</errors> +<seealso> +</seealso> +</element> + +<!-- function result Visibility: default --> +<element name="fpgGetAvgColor.Result"> +<short></short> +</element> + +<!-- argument Visibility: default --> +<element name="fpgGetAvgColor.AColor1"> +<short></short> +</element> + +<!-- argument Visibility: default --> +<element name="fpgGetAvgColor.AColor2"> +<short></short> +</element> + +<!-- function Visibility: default --> <element name="PtInRect"> <short></short> <descr> |