gtk2/docs/reference/gtk/tmpl/gtkhsv.sgml
Matthias Clasen 7447ef0fc2 Make 3.0 parallel-installable to 2.x
In particular, rename

  - libraries to lib*-3.0.so
  - pc files to *-3.0.pc
  - include paths to /usr/include/gtk-3.0/*
  - module paths to /usr/lib/gtk-3.0/*
  - rc files names to gtk-3.0/gtkrc
  - commandline utilities to *-3.0
  - adjust documentation

Also change the install location for unix-print headers to
/usr/include/gtk-3.0/unix-print/gtk.
2010-05-08 01:18:53 -04:00

143 lines
1.9 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 ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT GtkHSV ##### -->
<para>
</para>
<!-- ##### SIGNAL GtkHSV::changed ##### -->
<para>
</para>
@hsv: the object which received the signal.
<!-- ##### SIGNAL GtkHSV::move ##### -->
<para>
</para>
@hsv: the object which received the signal.
@arg1:
<!-- ##### FUNCTION gtk_hsv_new ##### -->
<para>
</para>
@void:
@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: