1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GtkGammaCurve
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
1999-09-22 21:30:57 +00:00
|
|
|
a subclass of #GtkCurve for editing gamma curves.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
1999-09-22 21:30:57 +00:00
|
|
|
The #GtkGammaCurve widget is a subclass of #GtkCurve specifically for
|
|
|
|
editing gamma curves, which are used in graphics applications such as the
|
|
|
|
Gimp.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
The #GammaCurve widget shows a curve which the user can edit with the mouse
|
|
|
|
just like a #GtkCurve widget. On the right of the curve it also displays
|
|
|
|
5 buttons, 3 of which change between the 3 curve modes (spline, linear and
|
|
|
|
free), and the other 2 set the curve to a particular gamma value, or reset it
|
|
|
|
to a straight line.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GtkGammaCurve ##### -->
|
|
|
|
<para>
|
1999-09-22 21:30:57 +00:00
|
|
|
The #GtkGammaCurve-struct struct contains private data only, and
|
|
|
|
should be accessed using the functions below.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_gamma_curve_new ##### -->
|
|
|
|
<para>
|
1999-09-22 21:30:57 +00:00
|
|
|
Creates a new #GtkGammaCurve.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
1999-09-22 21:30:57 +00:00
|
|
|
@Returns: a new #GtkGammaCurve.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
|