Package: gtk

Function gtk-hsv-get-color

Lambda List

gtk-hsv-get-color (hsv)

Arguments

hsv -- a gtk-hsv widget

Return Value

h -- a double float hue component
s -- a double float saturation component
v -- a double float value component

Details

Queries the current color in an HSV color selector. Returned values will be in the [0.0, 1.0] range.

Warning

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

See also

2021-7-20