Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkHSVSetColor: gtkHSVSetColor
Description
Sets the current color in an HSV color selector. Color component values must be in the [0.0, 1.0] range.
Usage
gtkHSVSetColor(object, h, s, v)
Arguments
object
An HSV color selector
h
Hue
s
Saturation
v
Value
Details
Since 2.14