Imported Upstream version 2.3.18
This commit is contained in:
@ -31,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimppaths.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579437" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2593773" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2639460" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2640877" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimplayer"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2579437"></a><span class="refentrytitle">gimplayer</span>
|
||||
<a name="id2593773"></a><span class="refentrytitle">gimplayer</span>
|
||||
</h2>
|
||||
<p>gimplayer — Operations on a single layer.</p>
|
||||
</td>
|
||||
@ -116,18 +116,18 @@ gboolean <a href="libgimp-gimplayer.html#gimp-layer-is-floating-sel">
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2639460"></a><h2>Description</h2>
|
||||
<a name="id2640877"></a><h2>Description</h2>
|
||||
<p>
|
||||
Operations on a single layer.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2639475"></a><h2>Details</h2>
|
||||
<a name="id2640892"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639486"></a><h3>
|
||||
<a name="id2640903"></a><h3>
|
||||
<a name="gimp-layer-new"></a>gimp_layer_new ()</h3>
|
||||
<a class="indexterm" name="id2639498"></a><pre class="programlisting">gint32 gimp_layer_new (gint32 image_ID,
|
||||
<a class="indexterm" name="id2640916"></a><pre class="programlisting">gint32 gimp_layer_new (gint32 image_ID,
|
||||
const gchar *name,
|
||||
gint width,
|
||||
gint height,
|
||||
@ -197,9 +197,9 @@ should be set with explicit procedure calls.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2645007"></a><h3>
|
||||
<a name="id2645057"></a><h3>
|
||||
<a name="gimp-layer-copy"></a>gimp_layer_copy ()</h3>
|
||||
<a class="indexterm" name="id2645019"></a><pre class="programlisting">gint32 gimp_layer_copy (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2645069"></a><pre class="programlisting">gint32 gimp_layer_copy (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Copy a layer.
|
||||
</p>
|
||||
@ -230,9 +230,9 @@ before you add the new layer to the image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2645088"></a><h3>
|
||||
<a name="id2645138"></a><h3>
|
||||
<a name="gimp-layer-scale"></a>gimp_layer_scale ()</h3>
|
||||
<a class="indexterm" name="id2645100"></a><pre class="programlisting">gboolean gimp_layer_scale (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2645151"></a><pre class="programlisting">gboolean gimp_layer_scale (gint32 layer_ID,
|
||||
gint new_width,
|
||||
gint new_height,
|
||||
gboolean local_origin);</pre>
|
||||
@ -281,9 +281,9 @@ to an image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2645234"></a><h3>
|
||||
<a name="id2645285"></a><h3>
|
||||
<a name="gimp-layer-resize"></a>gimp_layer_resize ()</h3>
|
||||
<a class="indexterm" name="id2645247"></a><pre class="programlisting">gboolean gimp_layer_resize (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2645297"></a><pre class="programlisting">gboolean gimp_layer_resize (gint32 layer_ID,
|
||||
gint new_width,
|
||||
gint new_height,
|
||||
gint offx,
|
||||
@ -337,9 +337,9 @@ operation only works if the layer has been added to an image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2645403"></a><h3>
|
||||
<a name="id2645453"></a><h3>
|
||||
<a name="gimp-layer-resize-to-image-size"></a>gimp_layer_resize_to_image_size ()</h3>
|
||||
<a class="indexterm" name="id2645414"></a><pre class="programlisting">gboolean gimp_layer_resize_to_image_size (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2645465"></a><pre class="programlisting">gboolean gimp_layer_resize_to_image_size (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Resize a layer to the image size.
|
||||
</p>
|
||||
@ -367,9 +367,9 @@ are equal to the width and height of its image container.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2645480"></a><h3>
|
||||
<a name="id2645530"></a><h3>
|
||||
<a name="gimp-layer-translate"></a>gimp_layer_translate ()</h3>
|
||||
<a class="indexterm" name="id2645491"></a><pre class="programlisting">gboolean gimp_layer_translate (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2645541"></a><pre class="programlisting">gboolean gimp_layer_translate (gint32 layer_ID,
|
||||
gint offx,
|
||||
gint offy);</pre>
|
||||
<p>
|
||||
@ -413,9 +413,9 @@ the specified offsets.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2645604"></a><h3>
|
||||
<a name="id2645654"></a><h3>
|
||||
<a name="gimp-layer-add-alpha"></a>gimp_layer_add_alpha ()</h3>
|
||||
<a class="indexterm" name="id2645615"></a><pre class="programlisting">gboolean gimp_layer_add_alpha (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2645665"></a><pre class="programlisting">gboolean gimp_layer_add_alpha (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Add an alpha channel to the layer if it doesn't already have one.
|
||||
</p>
|
||||
@ -447,9 +447,9 @@ and INDEXED to INDEXEDA.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2645686"></a><h3>
|
||||
<a name="id2645736"></a><h3>
|
||||
<a name="gimp-layer-set-offsets"></a>gimp_layer_set_offsets ()</h3>
|
||||
<a class="indexterm" name="id2645697"></a><pre class="programlisting">gboolean gimp_layer_set_offsets (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2645747"></a><pre class="programlisting">gboolean gimp_layer_set_offsets (gint32 layer_ID,
|
||||
gint offx,
|
||||
gint offy);</pre>
|
||||
<p>
|
||||
@ -490,9 +490,9 @@ operation is valid only on layers which have been added to an image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2645806"></a><h3>
|
||||
<a name="id2645856"></a><h3>
|
||||
<a name="gimp-layer-create-mask"></a>gimp_layer_create_mask ()</h3>
|
||||
<a class="indexterm" name="id2645817"></a><pre class="programlisting">gint32 gimp_layer_create_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2645867"></a><pre class="programlisting">gint32 gimp_layer_create_mask (gint32 layer_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpAddMaskType"
|
||||
>GimpAddMaskType</a> mask_type);</pre>
|
||||
@ -536,9 +536,9 @@ to <a href="libgimp-gimplayer.html#gimp-layer-add-mask"><code class="function">g
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2645922"></a><h3>
|
||||
<a name="id2645972"></a><h3>
|
||||
<a name="gimp-layer-from-mask"></a>gimp_layer_from_mask ()</h3>
|
||||
<a class="indexterm" name="id2645936"></a><pre class="programlisting">gint32 gimp_layer_from_mask (gint32 mask_ID);</pre>
|
||||
<a class="indexterm" name="id2645986"></a><pre class="programlisting">gint32 gimp_layer_from_mask (gint32 mask_ID);</pre>
|
||||
<p>
|
||||
Get the specified mask's layer.
|
||||
</p>
|
||||
@ -569,9 +569,9 @@ exists.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646007"></a><h3>
|
||||
<a name="id2646057"></a><h3>
|
||||
<a name="gimp-layer-get-mask"></a>gimp_layer_get_mask ()</h3>
|
||||
<a class="indexterm" name="id2646019"></a><pre class="programlisting">gint32 gimp_layer_get_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2646069"></a><pre class="programlisting">gint32 gimp_layer_get_mask (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the specified layer's mask if it exists.
|
||||
</p>
|
||||
@ -599,9 +599,9 @@ exists.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646085"></a><h3>
|
||||
<a name="id2646135"></a><h3>
|
||||
<a name="gimp-layer-add-mask"></a>gimp_layer_add_mask ()</h3>
|
||||
<a class="indexterm" name="id2646097"></a><pre class="programlisting">gboolean gimp_layer_add_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2646147"></a><pre class="programlisting">gboolean gimp_layer_add_mask (gint32 layer_ID,
|
||||
gint32 mask_ID);</pre>
|
||||
<p>
|
||||
Add a layer mask to the specified layer.
|
||||
@ -640,9 +640,9 @@ with the procedure 'gimp-layer-create-mask'.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646189"></a><h3>
|
||||
<a name="id2646239"></a><h3>
|
||||
<a name="gimp-layer-remove-mask"></a>gimp_layer_remove_mask ()</h3>
|
||||
<a class="indexterm" name="id2646200"></a><pre class="programlisting">gboolean gimp_layer_remove_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2646250"></a><pre class="programlisting">gboolean gimp_layer_remove_mask (gint32 layer_ID,
|
||||
<a href="libgimp-gimpenums.html#GimpMaskApplyMode">GimpMaskApplyMode</a> mode);</pre>
|
||||
<p>
|
||||
Remove the specified layer mask from the layer.
|
||||
@ -676,9 +676,9 @@ the mask doesn't exist, an error is returned.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646288"></a><h3>
|
||||
<a name="id2646338"></a><h3>
|
||||
<a name="gimp-layer-new-from-drawable"></a>gimp_layer_new_from_drawable ()</h3>
|
||||
<a class="indexterm" name="id2646299"></a><pre class="programlisting">gint32 gimp_layer_new_from_drawable (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2646349"></a><pre class="programlisting">gint32 gimp_layer_new_from_drawable (gint32 drawable_ID,
|
||||
gint32 dest_image_ID);</pre>
|
||||
<p>
|
||||
Create a new layer by copying an existing drawable.
|
||||
@ -715,9 +715,9 @@ modes, and offsets should be set with explicit procedure calls.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646400"></a><h3>
|
||||
<a name="id2646450"></a><h3>
|
||||
<a name="gimp-layer-get-lock-alpha"></a>gimp_layer_get_lock_alpha ()</h3>
|
||||
<a class="indexterm" name="id2646411"></a><pre class="programlisting">gboolean gimp_layer_get_lock_alpha (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2646461"></a><pre class="programlisting">gboolean gimp_layer_get_lock_alpha (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the lock alpha channel setting of the specified layer.
|
||||
</p>
|
||||
@ -745,9 +745,9 @@ setting.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646477"></a><h3>
|
||||
<a name="id2646527"></a><h3>
|
||||
<a name="gimp-layer-set-lock-alpha"></a>gimp_layer_set_lock_alpha ()</h3>
|
||||
<a class="indexterm" name="id2646488"></a><pre class="programlisting">gboolean gimp_layer_set_lock_alpha (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2646538"></a><pre class="programlisting">gboolean gimp_layer_set_lock_alpha (gint32 layer_ID,
|
||||
gboolean lock_alpha);</pre>
|
||||
<p>
|
||||
Set the lock alpha channel setting of the specified layer.
|
||||
@ -781,9 +781,9 @@ setting.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646576"></a><h3>
|
||||
<a name="id2646626"></a><h3>
|
||||
<a name="gimp-layer-get-preserve-trans"></a>gimp_layer_get_preserve_trans ()</h3>
|
||||
<a class="indexterm" name="id2646589"></a><pre class="programlisting">gboolean gimp_layer_get_preserve_trans (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2646640"></a><pre class="programlisting">gboolean gimp_layer_get_preserve_trans (gint32 layer_ID);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_layer_get_preserve_trans</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -811,9 +811,9 @@ This procedure is deprecated! Use <a href="libgimp-gimplayer.html#gimp-layer-get
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646671"></a><h3>
|
||||
<a name="id2646724"></a><h3>
|
||||
<a name="gimp-layer-set-preserve-trans"></a>gimp_layer_set_preserve_trans ()</h3>
|
||||
<a class="indexterm" name="id2646687"></a><pre class="programlisting">gboolean gimp_layer_set_preserve_trans (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2646739"></a><pre class="programlisting">gboolean gimp_layer_set_preserve_trans (gint32 layer_ID,
|
||||
gboolean preserve_trans);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
@ -847,9 +847,9 @@ This procedure is deprecated! Use <a href="libgimp-gimplayer.html#gimp-layer-set
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646792"></a><h3>
|
||||
<a name="id2646845"></a><h3>
|
||||
<a name="gimp-layer-get-apply-mask"></a>gimp_layer_get_apply_mask ()</h3>
|
||||
<a class="indexterm" name="id2646804"></a><pre class="programlisting">gboolean gimp_layer_get_apply_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2646857"></a><pre class="programlisting">gboolean gimp_layer_get_apply_mask (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the apply mask setting of the specified layer.
|
||||
</p>
|
||||
@ -878,9 +878,9 @@ being composited with the layer's alpha channel.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646872"></a><h3>
|
||||
<a name="id2646925"></a><h3>
|
||||
<a name="gimp-layer-set-apply-mask"></a>gimp_layer_set_apply_mask ()</h3>
|
||||
<a class="indexterm" name="id2646884"></a><pre class="programlisting">gboolean gimp_layer_set_apply_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2646937"></a><pre class="programlisting">gboolean gimp_layer_set_apply_mask (gint32 layer_ID,
|
||||
gboolean apply_mask);</pre>
|
||||
<p>
|
||||
Set the apply mask setting of the specified layer.
|
||||
@ -916,9 +916,9 @@ error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2646973"></a><h3>
|
||||
<a name="id2647026"></a><h3>
|
||||
<a name="gimp-layer-get-show-mask"></a>gimp_layer_get_show_mask ()</h3>
|
||||
<a class="indexterm" name="id2646984"></a><pre class="programlisting">gboolean gimp_layer_get_show_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2647037"></a><pre class="programlisting">gboolean gimp_layer_get_show_mask (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the show mask setting of the specified layer.
|
||||
</p>
|
||||
@ -948,9 +948,9 @@ function returns an error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2647053"></a><h3>
|
||||
<a name="id2647106"></a><h3>
|
||||
<a name="gimp-layer-set-show-mask"></a>gimp_layer_set_show_mask ()</h3>
|
||||
<a class="indexterm" name="id2647064"></a><pre class="programlisting">gboolean gimp_layer_set_show_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2647117"></a><pre class="programlisting">gboolean gimp_layer_set_show_mask (gint32 layer_ID,
|
||||
gboolean show_mask);</pre>
|
||||
<p>
|
||||
Set the show mask setting of the specified layer.
|
||||
@ -986,9 +986,9 @@ error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2647153"></a><h3>
|
||||
<a name="id2647206"></a><h3>
|
||||
<a name="gimp-layer-get-edit-mask"></a>gimp_layer_get_edit_mask ()</h3>
|
||||
<a class="indexterm" name="id2647165"></a><pre class="programlisting">gboolean gimp_layer_get_edit_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2647217"></a><pre class="programlisting">gboolean gimp_layer_get_edit_mask (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the edit mask setting of the specified layer.
|
||||
</p>
|
||||
@ -1017,9 +1017,9 @@ active, and not the layer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2647232"></a><h3>
|
||||
<a name="id2647285"></a><h3>
|
||||
<a name="gimp-layer-set-edit-mask"></a>gimp_layer_set_edit_mask ()</h3>
|
||||
<a class="indexterm" name="id2647243"></a><pre class="programlisting">gboolean gimp_layer_set_edit_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2647296"></a><pre class="programlisting">gboolean gimp_layer_set_edit_mask (gint32 layer_ID,
|
||||
gboolean edit_mask);</pre>
|
||||
<p>
|
||||
Set the edit mask setting of the specified layer.
|
||||
@ -1055,9 +1055,9 @@ procedure will return an error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2647333"></a><h3>
|
||||
<a name="id2647386"></a><h3>
|
||||
<a name="gimp-layer-get-opacity"></a>gimp_layer_get_opacity ()</h3>
|
||||
<a class="indexterm" name="id2647344"></a><pre class="programlisting">gdouble gimp_layer_get_opacity (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2647397"></a><pre class="programlisting">gdouble gimp_layer_get_opacity (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the opacity of the specified layer.
|
||||
</p>
|
||||
@ -1084,9 +1084,9 @@ This procedure returns the specified layer's opacity.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2647408"></a><h3>
|
||||
<a name="id2647461"></a><h3>
|
||||
<a name="gimp-layer-set-opacity"></a>gimp_layer_set_opacity ()</h3>
|
||||
<a class="indexterm" name="id2647419"></a><pre class="programlisting">gboolean gimp_layer_set_opacity (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2647472"></a><pre class="programlisting">gboolean gimp_layer_set_opacity (gint32 layer_ID,
|
||||
gdouble opacity);</pre>
|
||||
<p>
|
||||
Set the opacity of the specified layer.
|
||||
@ -1119,9 +1119,9 @@ This procedure sets the specified layer's opacity.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2647505"></a><h3>
|
||||
<a name="id2647558"></a><h3>
|
||||
<a name="gimp-layer-get-mode"></a>gimp_layer_get_mode ()</h3>
|
||||
<a class="indexterm" name="id2647517"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_layer_get_mode (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2647570"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_layer_get_mode (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the combination mode of the specified layer.
|
||||
</p>
|
||||
@ -1148,9 +1148,9 @@ This procedure returns the specified layer's combination mode.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2647582"></a><h3>
|
||||
<a name="id2647634"></a><h3>
|
||||
<a name="gimp-layer-set-mode"></a>gimp_layer_set_mode ()</h3>
|
||||
<a class="indexterm" name="id2647594"></a><pre class="programlisting">gboolean gimp_layer_set_mode (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2647647"></a><pre class="programlisting">gboolean gimp_layer_set_mode (gint32 layer_ID,
|
||||
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> mode);</pre>
|
||||
<p>
|
||||
Set the combination mode of the specified layer.
|
||||
@ -1183,9 +1183,9 @@ This procedure sets the specified layer's combination mode.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2647681"></a><h3>
|
||||
<a name="id2647734"></a><h3>
|
||||
<a name="gimp-layer-is-floating-sel"></a>gimp_layer_is_floating_sel ()</h3>
|
||||
<a class="indexterm" name="id2647693"></a><pre class="programlisting">gboolean gimp_layer_is_floating_sel (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2647745"></a><pre class="programlisting">gboolean gimp_layer_is_floating_sel (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Is the specified layer a floating selection?
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user