Imported Upstream version 2.8.4
This commit is contained in:
@ -59,22 +59,22 @@
|
||||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpgradient.html#gimp-gradient-segment-get-left-color" title="gimp_gradient_segment_get_left_color ()">gimp_gradient_segment_get_left_color</a>
|
||||
(<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> segment</code></em>,
|
||||
<em class="parameter"><code><a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> *opacity</code></em>);
|
||||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpgradient.html#gimp-gradient-segment-set-left-color" title="gimp_gradient_segment_set_left_color ()">gimp_gradient_segment_set_left_color</a>
|
||||
(<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> segment</code></em>,
|
||||
<em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>);
|
||||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpgradient.html#gimp-gradient-segment-get-right-color" title="gimp_gradient_segment_get_right_color ()">gimp_gradient_segment_get_right_color</a>
|
||||
(<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> segment</code></em>,
|
||||
<em class="parameter"><code><a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> *opacity</code></em>);
|
||||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpgradient.html#gimp-gradient-segment-set-right-color" title="gimp_gradient_segment_set_right_color ()">gimp_gradient_segment_set_right_color</a>
|
||||
(<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> segment</code></em>,
|
||||
<em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>);
|
||||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpgradient.html#gimp-gradient-segment-get-left-pos" title="gimp_gradient_segment_get_left_pos ()">gimp_gradient_segment_get_left_pos</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> segment</code></em>,
|
||||
@ -432,7 +432,7 @@ gradient.
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_gradient_segment_get_left_color
|
||||
(<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> segment</code></em>,
|
||||
<em class="parameter"><code><a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> *opacity</code></em>);</pre>
|
||||
<p>
|
||||
Retrieves the left endpoint color of the specified segment
|
||||
@ -474,7 +474,7 @@ segment of the specified gradient.
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_gradient_segment_set_left_color
|
||||
(<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> segment</code></em>,
|
||||
<em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>);</pre>
|
||||
<p>
|
||||
Sets the left endpoint color of the specified segment
|
||||
@ -516,7 +516,7 @@ of the specified gradient.
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_gradient_segment_get_right_color
|
||||
(<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> segment</code></em>,
|
||||
<em class="parameter"><code><a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> *opacity</code></em>);</pre>
|
||||
<p>
|
||||
Retrieves the right endpoint color of the specified segment
|
||||
@ -558,7 +558,7 @@ segment of the specified gradient.
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_gradient_segment_set_right_color
|
||||
(<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> segment</code></em>,
|
||||
<em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>,
|
||||
<em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>);</pre>
|
||||
<p>
|
||||
Sets the right endpoint color of the specified segment
|
||||
|
Reference in New Issue
Block a user