gtk2/docs/reference/gtk/tmpl/gtkhsv.sgml
Matthias Clasen ecd2f0d9d1 Additions
svn path=/trunk/; revision=22013
2008-12-30 06:33:11 +00:00

125 lines
1.6 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
GtkHSV
<!-- ##### SECTION Short_Description ##### -->
A 'color wheel' widget
<!-- ##### SECTION Long_Description ##### -->
<para>
#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.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
<variablelist>
<varlistentry>
<term>#GtkColorSelection</term>
<listitem>a complete color selection widget</listitem>
</varlistentry>
<varlistentry>
<term>#GtkColorSelectionDialog</term>
<listitem>a color selection dialog</listitem>
</varlistentry>
</variablelist>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GtkHSV ##### -->
<para>
</para>
@parent_instance:
<!-- ##### FUNCTION gtk_hsv_new ##### -->
<para>
</para>
@Returns:
<!-- ##### FUNCTION gtk_hsv_set_color ##### -->
<para>
</para>
@hsv:
@h:
@s:
@v:
<!-- ##### FUNCTION gtk_hsv_get_color ##### -->
<para>
</para>
@hsv:
@h:
@s:
@v:
<!-- ##### FUNCTION gtk_hsv_set_metrics ##### -->
<para>
</para>
@hsv:
@size:
@ring_width:
<!-- ##### FUNCTION gtk_hsv_get_metrics ##### -->
<para>
</para>
@hsv:
@size:
@ring_width:
<!-- ##### FUNCTION gtk_hsv_is_adjusting ##### -->
<para>
</para>
@hsv:
@Returns:
<!-- ##### FUNCTION gtk_hsv_to_rgb ##### -->
<para>
</para>
@h:
@s:
@v:
@r:
@g:
@b:
<!-- ##### FUNCTION gtk_rgb_to_hsv ##### -->
<para>
</para>
@r:
@g:
@b:
@h:
@s:
@v: