Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Signals Author(s) References
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)
1 2 3 4 5 |
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
changed(hsv, user.data)
undocumented
hsv
the object which received the signal.
user.data
user data set when the signal handler was connected.
move(hsv, user.data)
undocumented
hsv
the object which received the signal.
user.data
user data set when the signal handler was connected.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkHSV.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.