diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2010-08-18 20:42:44 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2010-08-18 20:42:44 +0200 |
commit | de11dc9e84dae8fcf9dd88fde964b8e206ef9568 (patch) | |
tree | f53df675b1d4daec45df27503a22d2e3fa691a98 | |
parent | 298d6e11d605cd6b436ee2247d6a498dfbc1b565 (diff) | |
download | fpGUI-de11dc9e84dae8fcf9dd88fde964b8e206ef9568.tar.xz |
fpg_colormapping docs update
-rw-r--r-- | docs/xml/gui/fpg_colormapping.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/xml/gui/fpg_colormapping.xml b/docs/xml/gui/fpg_colormapping.xml index 0a88ca1e..f605d782 100644 --- a/docs/xml/gui/fpg_colormapping.xml +++ b/docs/xml/gui/fpg_colormapping.xml @@ -10,11 +10,11 @@ HSV (Hue, Saturation, Value) colorspace. The parameters have specific value ranges as listed below.</p> <dl> -<dt>Hue</dt> +<dt><i>Hue</i></dt> <dd>The Hue range is from 0 - 1535. In that range, the primary colors are mapped to the following values. Red = 0. Green = 512 and Blue = 1024.</dd> -<dt>Saturation</dt> +<dt><i>Saturation</i></dt> <dd>The Saturation value range is from 0.0 - 1.0. Grey (no color) = 0. Maximum color = 1.0.</dd> -<dt>Value</dt> +<dt><i>Value</i></dt> <dd>The Value value range is from 0.0 to 1.0. Black being 0 and maximum brightness being 1.0.</dd> </dl> </descr> @@ -22,7 +22,7 @@ listed below.</p> <element name="HSVToRGB"> <short>Map HSV colorspace to RGB colorspace.</short> <seealso> - <link id="RGBToHSV"/> + <link id="fpg_colormapping.RGBToHSV">RGBToHSV</link> </seealso> </element> </module> |