Package: gtk

Function gtk-hsv-set-color

Lambda List

gtk-hsv-set-color (hsv h s v)

Arguments

hsv -- a gtk-hsv widget
h -- a double float hue component
s -- a double float saturation component
v -- a double float value component

Details

Sets the current color in an HSV color selector. Color component values must be in the [0.0, 1.0] range.

Warning

The function gtk-hsv-set-color is deprecated since version 3.4 and should not be used in newly written code.
 

See also

2021-7-20