Package: gtk
Function gtk:hsv-to-rgb
Lambda Listgtk:hsv-to-rgb (h s v) ArgumentsReturn Value    r -- a double float with the red component  g -- a double float with the green component b -- a double float with the blue component Details          
    Converts a color from HSV space to RGB. Input values must be in the
    [0.0, 1.0] range, output values will be in the same range.        | See also | 
2025-3-9