Imported Upstream version 2.3.15
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="#id2586801" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2591101" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2631028" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2631832" 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="id2586801"></a><span class="refentrytitle">gimplayer</span>
|
||||
<a name="id2591101"></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">gimp_lay
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631028"></a><h2>Description</h2>
|
||||
<a name="id2631832"></a><h2>Description</h2>
|
||||
<p>
|
||||
Operations on a single layer.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2631043"></a><h2>Details</h2>
|
||||
<a name="id2631848"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2631054"></a><h3>
|
||||
<a name="id2631859"></a><h3>
|
||||
<a name="gimp-layer-new"></a>gimp_layer_new ()</h3>
|
||||
<a class="indexterm" name="id2631066"></a><pre class="programlisting">gint32 gimp_layer_new (gint32 image_ID,
|
||||
<a class="indexterm" name="id2631871"></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="id2636185"></a><h3>
|
||||
<a name="id2636152"></a><h3>
|
||||
<a name="gimp-layer-copy"></a>gimp_layer_copy ()</h3>
|
||||
<a class="indexterm" name="id2636198"></a><pre class="programlisting">gint32 gimp_layer_copy (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2636164"></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="id2636266"></a><h3>
|
||||
<a name="id2636232"></a><h3>
|
||||
<a name="gimp-layer-scale"></a>gimp_layer_scale ()</h3>
|
||||
<a class="indexterm" name="id2636278"></a><pre class="programlisting">gboolean gimp_layer_scale (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2636245"></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="id2636410"></a><h3>
|
||||
<a name="id2636377"></a><h3>
|
||||
<a name="gimp-layer-resize"></a>gimp_layer_resize ()</h3>
|
||||
<a class="indexterm" name="id2636423"></a><pre class="programlisting">gboolean gimp_layer_resize (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2636389"></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="id2636577"></a><h3>
|
||||
<a name="id2636544"></a><h3>
|
||||
<a name="gimp-layer-resize-to-image-size"></a>gimp_layer_resize_to_image_size ()</h3>
|
||||
<a class="indexterm" name="id2636588"></a><pre class="programlisting">gboolean gimp_layer_resize_to_image_size (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2636555"></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="id2636653"></a><h3>
|
||||
<a name="id2636620"></a><h3>
|
||||
<a name="gimp-layer-translate"></a>gimp_layer_translate ()</h3>
|
||||
<a class="indexterm" name="id2636664"></a><pre class="programlisting">gboolean gimp_layer_translate (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2636631"></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="id2636775"></a><h3>
|
||||
<a name="id2636742"></a><h3>
|
||||
<a name="gimp-layer-add-alpha"></a>gimp_layer_add_alpha ()</h3>
|
||||
<a class="indexterm" name="id2636787"></a><pre class="programlisting">gboolean gimp_layer_add_alpha (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2636753"></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="id2636856"></a><h3>
|
||||
<a name="id2636823"></a><h3>
|
||||
<a name="gimp-layer-set-offsets"></a>gimp_layer_set_offsets ()</h3>
|
||||
<a class="indexterm" name="id2636868"></a><pre class="programlisting">gboolean gimp_layer_set_offsets (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2636834"></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="id2636975"></a><h3>
|
||||
<a name="id2636942"></a><h3>
|
||||
<a name="gimp-layer-create-mask"></a>gimp_layer_create_mask ()</h3>
|
||||
<a class="indexterm" name="id2636986"></a><pre class="programlisting">gint32 gimp_layer_create_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2636953"></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="id2637090"></a><h3>
|
||||
<a name="id2637059"></a><h3>
|
||||
<a name="gimp-layer-from-mask"></a>gimp_layer_from_mask ()</h3>
|
||||
<a class="indexterm" name="id2637104"></a><pre class="programlisting">gint32 gimp_layer_from_mask (gint32 mask_ID);</pre>
|
||||
<a class="indexterm" name="id2637072"></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="id2637172"></a><h3>
|
||||
<a name="id2637142"></a><h3>
|
||||
<a name="gimp-layer-get-mask"></a>gimp_layer_get_mask ()</h3>
|
||||
<a class="indexterm" name="id2637184"></a><pre class="programlisting">gint32 gimp_layer_get_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2637154"></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="id2637249"></a><h3>
|
||||
<a name="id2637220"></a><h3>
|
||||
<a name="gimp-layer-add-mask"></a>gimp_layer_add_mask ()</h3>
|
||||
<a class="indexterm" name="id2637261"></a><pre class="programlisting">gboolean gimp_layer_add_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2637232"></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.
|
||||
@ -639,9 +639,9 @@ have been created for use with the specified image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637352"></a><h3>
|
||||
<a name="id2637323"></a><h3>
|
||||
<a name="gimp-layer-remove-mask"></a>gimp_layer_remove_mask ()</h3>
|
||||
<a class="indexterm" name="id2637363"></a><pre class="programlisting">gboolean gimp_layer_remove_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2637334"></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.
|
||||
@ -675,9 +675,9 @@ the mask doesn't exist, an error is returned.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637451"></a><h3>
|
||||
<a name="id2637422"></a><h3>
|
||||
<a name="gimp-layer-new-from-drawable"></a>gimp_layer_new_from_drawable ()</h3>
|
||||
<a class="indexterm" name="id2637463"></a><pre class="programlisting">gint32 gimp_layer_new_from_drawable (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2637434"></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.
|
||||
@ -714,9 +714,9 @@ modes, and offsets should be set with explicit procedure calls.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637564"></a><h3>
|
||||
<a name="id2637534"></a><h3>
|
||||
<a name="gimp-layer-get-lock-alpha"></a>gimp_layer_get_lock_alpha ()</h3>
|
||||
<a class="indexterm" name="id2637576"></a><pre class="programlisting">gboolean gimp_layer_get_lock_alpha (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2637545"></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>
|
||||
@ -744,9 +744,9 @@ setting.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637642"></a><h3>
|
||||
<a name="id2637611"></a><h3>
|
||||
<a name="gimp-layer-set-lock-alpha"></a>gimp_layer_set_lock_alpha ()</h3>
|
||||
<a class="indexterm" name="id2637654"></a><pre class="programlisting">gboolean gimp_layer_set_lock_alpha (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2637623"></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.
|
||||
@ -780,9 +780,9 @@ setting.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637742"></a><h3>
|
||||
<a name="id2637711"></a><h3>
|
||||
<a name="gimp-layer-get-preserve-trans"></a>gimp_layer_get_preserve_trans ()</h3>
|
||||
<a class="indexterm" name="id2637757"></a><pre class="programlisting">gboolean gimp_layer_get_preserve_trans (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2637726"></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>
|
||||
@ -810,9 +810,9 @@ This procedure is deprecated! Use <a href="libgimp-gimplayer.html#gimp-layer-get
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637841"></a><h3>
|
||||
<a name="id2637810"></a><h3>
|
||||
<a name="gimp-layer-set-preserve-trans"></a>gimp_layer_set_preserve_trans ()</h3>
|
||||
<a class="indexterm" name="id2637856"></a><pre class="programlisting">gboolean gimp_layer_set_preserve_trans (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2637826"></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>
|
||||
@ -846,9 +846,9 @@ This procedure is deprecated! Use <a href="libgimp-gimplayer.html#gimp-layer-set
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2637961"></a><h3>
|
||||
<a name="id2637931"></a><h3>
|
||||
<a name="gimp-layer-get-apply-mask"></a>gimp_layer_get_apply_mask ()</h3>
|
||||
<a class="indexterm" name="id2637973"></a><pre class="programlisting">gboolean gimp_layer_get_apply_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2637942"></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>
|
||||
@ -877,9 +877,9 @@ being composited with the layer's alpha channel.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638041"></a><h3>
|
||||
<a name="id2638010"></a><h3>
|
||||
<a name="gimp-layer-set-apply-mask"></a>gimp_layer_set_apply_mask ()</h3>
|
||||
<a class="indexterm" name="id2638053"></a><pre class="programlisting">gboolean gimp_layer_set_apply_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2638022"></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.
|
||||
@ -915,9 +915,9 @@ error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638142"></a><h3>
|
||||
<a name="id2638112"></a><h3>
|
||||
<a name="gimp-layer-get-show-mask"></a>gimp_layer_get_show_mask ()</h3>
|
||||
<a class="indexterm" name="id2638154"></a><pre class="programlisting">gboolean gimp_layer_get_show_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2638123"></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>
|
||||
@ -947,9 +947,9 @@ function returns an error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638222"></a><h3>
|
||||
<a name="id2638192"></a><h3>
|
||||
<a name="gimp-layer-set-show-mask"></a>gimp_layer_set_show_mask ()</h3>
|
||||
<a class="indexterm" name="id2638233"></a><pre class="programlisting">gboolean gimp_layer_set_show_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2638203"></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.
|
||||
@ -985,9 +985,9 @@ error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638323"></a><h3>
|
||||
<a name="id2638292"></a><h3>
|
||||
<a name="gimp-layer-get-edit-mask"></a>gimp_layer_get_edit_mask ()</h3>
|
||||
<a class="indexterm" name="id2638334"></a><pre class="programlisting">gboolean gimp_layer_get_edit_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2638304"></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>
|
||||
@ -1016,9 +1016,9 @@ active, and not the layer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638402"></a><h3>
|
||||
<a name="id2638371"></a><h3>
|
||||
<a name="gimp-layer-set-edit-mask"></a>gimp_layer_set_edit_mask ()</h3>
|
||||
<a class="indexterm" name="id2638413"></a><pre class="programlisting">gboolean gimp_layer_set_edit_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2638382"></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.
|
||||
@ -1054,9 +1054,9 @@ procedure will return an error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638503"></a><h3>
|
||||
<a name="id2638472"></a><h3>
|
||||
<a name="gimp-layer-get-opacity"></a>gimp_layer_get_opacity ()</h3>
|
||||
<a class="indexterm" name="id2638514"></a><pre class="programlisting">gdouble gimp_layer_get_opacity (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2638483"></a><pre class="programlisting">gdouble gimp_layer_get_opacity (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the opacity of the specified layer.
|
||||
</p>
|
||||
@ -1083,9 +1083,9 @@ This procedure returns the specified layer's opacity.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638579"></a><h3>
|
||||
<a name="id2638548"></a><h3>
|
||||
<a name="gimp-layer-set-opacity"></a>gimp_layer_set_opacity ()</h3>
|
||||
<a class="indexterm" name="id2638590"></a><pre class="programlisting">gboolean gimp_layer_set_opacity (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2638559"></a><pre class="programlisting">gboolean gimp_layer_set_opacity (gint32 layer_ID,
|
||||
gdouble opacity);</pre>
|
||||
<p>
|
||||
Set the opacity of the specified layer.
|
||||
@ -1118,9 +1118,9 @@ This procedure sets the specified layer's opacity.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638676"></a><h3>
|
||||
<a name="id2638645"></a><h3>
|
||||
<a name="gimp-layer-get-mode"></a>gimp_layer_get_mode ()</h3>
|
||||
<a class="indexterm" name="id2638688"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_layer_get_mode (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2638658"></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>
|
||||
@ -1147,9 +1147,9 @@ This procedure returns the specified layer's combination mode.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638752"></a><h3>
|
||||
<a name="id2638722"></a><h3>
|
||||
<a name="gimp-layer-set-mode"></a>gimp_layer_set_mode ()</h3>
|
||||
<a class="indexterm" name="id2638765"></a><pre class="programlisting">gboolean gimp_layer_set_mode (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2638734"></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.
|
||||
@ -1182,9 +1182,9 @@ This procedure sets the specified layer's combination mode.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2638851"></a><h3>
|
||||
<a name="id2638821"></a><h3>
|
||||
<a name="gimp-layer-is-floating-sel"></a>gimp_layer_is_floating_sel ()</h3>
|
||||
<a class="indexterm" name="id2638863"></a><pre class="programlisting">gboolean gimp_layer_is_floating_sel (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2638833"></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