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 for the hue component
s -- a double float for the saturation component
v -- a double float for the 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 gtk:hsv-set-color function is deprecated since version 3.4 and should not be used in newly written code.
 

See also

2025-1-25