GtkHSV {RGtk2} | R Documentation |
A 'color wheel' widget
gtkHSVNew()
gtkHSVSetColor(object, h, s, v)
gtkHSVGetColor(object, h, s, v)
gtkHSVSetMetrics(object, size, ring.width)
gtkHSVGetMetrics(object, size, ring.width)
gtkHSVIsAdjusting(object)
gtkHSVToRgb(h, s, r, g, b)
gtkRgbToHsv(r, g, h, s, v)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkHSV
GtkHSV implements
AtkImplementorIface and GtkBuildable
.
GtkHSV
is the 'color wheel' part of a complete color selector widget.
It allows to select a color by determining its HSV components in an
intuitive way. Moving the selection around the outer ring changes the hue,
and moving the selection point inside the inner triangle changes value and
saturation.
GtkHSV
undocumented
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gtk/GtkHSV.html