Gtk.HSV.prototype.set_color
function set_color(h:Number, s:Number, v:Number):void {
// Gjs wrapper for gtk_hsv_set_color()
}Sets the current color in an HSV color selector. Color component values must be in the [0.0, 1.0] range.
Since 2.14
- h
Hue
- s
Saturation
- v
Value