diffing dir...
Tue Sep 7 03:53:46 EDT 2010 Andy Stewart <laz...@gm...>
* Fix docs of rgbToHsv
Ignore-this: df39806c28b03691b97a08b243545d41
{
hunk ./gtk/Graphics/UI/Gtk/Selectors/HSV.chs 222
+ -- ^ @(r, g, b)@ @r@ value for the red component [_$_]
+ -- @g@ value for the green component [_$_]
+ -- @b@ value for the blue component
hunk ./gtk/Graphics/UI/Gtk/Selectors/HSV.chs 226
+ -- ^ @(h, s, v)@ [_$_]
+ -- @h@ - Return value for the hue [_$_]
+ -- @s@ - Return value for the saturation [_$_]
+ -- @v@ - Return value for the value
}
|