2200 lines
108 KiB
HTML
2200 lines
108 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>gimpcontext</title>
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
|
||
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||
<link rel="prev" href="libgimp-gimpbuffer.html" title="gimpbuffer">
|
||
<link rel="next" href="libgimp-gimpgimprc.html" title="gimpgimprc">
|
||
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
|
||
<link rel="stylesheet" href="style.css" type="text/css">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||
<tr valign="middle">
|
||
<td><a accesskey="p" href="libgimp-gimpbuffer.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||
<td><a accesskey="u" href="libgimp-general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
||
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||
<td><a accesskey="n" href="libgimp-gimpgimprc.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||
</tr>
|
||
<tr><td colspan="5" class="shortcuts">
|
||
<a href="#libgimp-gimpcontext.synopsis" class="shortcut">Top</a>
|
||
|
|
||
<a href="#libgimp-gimpcontext.description" class="shortcut">Description</a>
|
||
</td></tr>
|
||
</table>
|
||
<div class="refentry">
|
||
<a name="libgimp-gimpcontext"></a><div class="titlepage"></div>
|
||
<div class="refnamediv"><table width="100%"><tr>
|
||
<td valign="top">
|
||
<h2><span class="refentrytitle"><a name="libgimp-gimpcontext.top_of_page"></a>gimpcontext</span></h2>
|
||
<p>gimpcontext — Functions to manipulate a plug-in's context.</p>
|
||
</td>
|
||
<td valign="top" align="right"></td>
|
||
</tr></table></div>
|
||
<div class="refsynopsisdiv">
|
||
<a name="libgimp-gimpcontext.synopsis"></a><h2>Synopsis</h2>
|
||
<pre class="synopsis"><span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-push" title="gimp_context_push ()">gimp_context_push</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-pop" title="gimp_context_pop ()">gimp_context_pop</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-defaults" title="gimp_context_set_defaults ()">gimp_context_set_defaults</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-foreground" title="gimp_context_get_foreground ()">gimp_context_get_foreground</a> (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *foreground</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-foreground" title="gimp_context_set_foreground ()">gimp_context_set_foreground</a> (<em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *foreground</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-background" title="gimp_context_get_background ()">gimp_context_get_background</a> (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *background</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-background" title="gimp_context_set_background ()">gimp_context_set_background</a> (<em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *background</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-default-colors" title="gimp_context_set_default_colors ()">gimp_context_set_default_colors</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-swap-colors" title="gimp_context_swap_colors ()">gimp_context_swap_colors</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-opacity" title="gimp_context_get_opacity ()">gimp_context_get_opacity</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-opacity" title="gimp_context_set_opacity ()">gimp_context_set_opacity</a> (<em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>);
|
||
<a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="returnvalue">GimpLayerModeEffects</span></a> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-paint-mode" title="gimp_context_get_paint_mode ()">gimp_context_get_paint_mode</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-paint-mode" title="gimp_context_set_paint_mode ()">gimp_context_set_paint_mode</a> (<em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="type">GimpLayerModeEffects</span></a> paint_mode</code></em>);
|
||
<span class="returnvalue">gchar</span> * <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-brush" title="gimp_context_get_brush ()">gimp_context_get_brush</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-brush" title="gimp_context_set_brush ()">gimp_context_set_brush</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-brush-angle" title="gimp_context_get_brush_angle ()">gimp_context_get_brush_angle</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-brush-angle" title="gimp_context_set_brush_angle ()">gimp_context_set_brush_angle</a> (<em class="parameter"><code><span class="type">gdouble</span> angle</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-brush-aspect-ratio" title="gimp_context_get_brush_aspect_ratio ()">gimp_context_get_brush_aspect_ratio</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-brush-aspect-ratio" title="gimp_context_set_brush_aspect_ratio ()">gimp_context_set_brush_aspect_ratio</a> (<em class="parameter"><code><span class="type">gdouble</span> aspect</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-brush-size" title="gimp_context_get_brush_size ()">gimp_context_get_brush_size</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-brush-size" title="gimp_context_set_brush_size ()">gimp_context_set_brush_size</a> (<em class="parameter"><code><span class="type">gdouble</span> size</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-brush-default-size" title="gimp_context_set_brush_default_size ()">gimp_context_set_brush_default_size</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gchar</span> * <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-dynamics" title="gimp_context_get_dynamics ()">gimp_context_get_dynamics</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-dynamics" title="gimp_context_set_dynamics ()">gimp_context_set_dynamics</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
|
||
<span class="returnvalue">gchar</span> * <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-pattern" title="gimp_context_get_pattern ()">gimp_context_get_pattern</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-pattern" title="gimp_context_set_pattern ()">gimp_context_set_pattern</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
|
||
<span class="returnvalue">gchar</span> * <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-gradient" title="gimp_context_get_gradient ()">gimp_context_get_gradient</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-gradient" title="gimp_context_set_gradient ()">gimp_context_set_gradient</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
|
||
<span class="returnvalue">gchar</span> * <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-palette" title="gimp_context_get_palette ()">gimp_context_get_palette</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-palette" title="gimp_context_set_palette ()">gimp_context_set_palette</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
|
||
<span class="returnvalue">gchar</span> * <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-font" title="gimp_context_get_font ()">gimp_context_get_font</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-font" title="gimp_context_set_font ()">gimp_context_set_font</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
|
||
<span class="returnvalue">gchar</span> * <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-paint-method" title="gimp_context_get_paint_method ()">gimp_context_get_paint_method</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-paint-method" title="gimp_context_set_paint_method ()">gimp_context_set_paint_method</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-list-paint-methods" title="gimp_context_list_paint_methods ()">gimp_context_list_paint_methods</a> (<em class="parameter"><code><span class="type">gint</span> *num_paint_methods</code></em>,
|
||
<em class="parameter"><code><span class="type">gchar</span> ***paint_methods</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-antialias" title="gimp_context_get_antialias ()">gimp_context_get_antialias</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-antialias" title="gimp_context_set_antialias ()">gimp_context_set_antialias</a> (<em class="parameter"><code><span class="type">gboolean</span> antialias</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-feather" title="gimp_context_get_feather ()">gimp_context_get_feather</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-feather" title="gimp_context_set_feather ()">gimp_context_set_feather</a> (<em class="parameter"><code><span class="type">gboolean</span> feather</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-feather-radius" title="gimp_context_get_feather_radius ()">gimp_context_get_feather_radius</a> (<em class="parameter"><code><span class="type">gdouble</span> *feather_radius_x</code></em>,
|
||
<em class="parameter"><code><span class="type">gdouble</span> *feather_radius_y</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-feather-radius" title="gimp_context_set_feather_radius ()">gimp_context_set_feather_radius</a> (<em class="parameter"><code><span class="type">gdouble</span> feather_radius_x</code></em>,
|
||
<em class="parameter"><code><span class="type">gdouble</span> feather_radius_y</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-sample-merged" title="gimp_context_get_sample_merged ()">gimp_context_get_sample_merged</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-sample-merged" title="gimp_context_set_sample_merged ()">gimp_context_set_sample_merged</a> (<em class="parameter"><code><span class="type">gboolean</span> sample_merged</code></em>);
|
||
<a class="link" href="libgimp-gimpenums.html#GimpSelectCriterion" title="enum GimpSelectCriterion"><span class="returnvalue">GimpSelectCriterion</span></a> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-sample-criterion" title="gimp_context_get_sample_criterion ()">gimp_context_get_sample_criterion</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-sample-criterion" title="gimp_context_set_sample_criterion ()">gimp_context_set_sample_criterion</a> (<em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpSelectCriterion" title="enum GimpSelectCriterion"><span class="type">GimpSelectCriterion</span></a> sample_criterion</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-sample-threshold" title="gimp_context_get_sample_threshold ()">gimp_context_get_sample_threshold</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-sample-threshold" title="gimp_context_set_sample_threshold ()">gimp_context_set_sample_threshold</a> (<em class="parameter"><code><span class="type">gdouble</span> sample_threshold</code></em>);
|
||
<span class="returnvalue">gint</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-sample-threshold-int" title="gimp_context_get_sample_threshold_int ()">gimp_context_get_sample_threshold_int</a>
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-sample-threshold-int" title="gimp_context_set_sample_threshold_int ()">gimp_context_set_sample_threshold_int</a>
|
||
(<em class="parameter"><code><span class="type">gint</span> sample_threshold</code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-sample-transparent" title="gimp_context_get_sample_transparent ()">gimp_context_get_sample_transparent</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-sample-transparent" title="gimp_context_set_sample_transparent ()">gimp_context_set_sample_transparent</a> (<em class="parameter"><code><span class="type">gboolean</span> sample_transparent</code></em>);
|
||
<a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpInterpolationType"><span class="returnvalue">GimpInterpolationType</span></a> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-interpolation" title="gimp_context_get_interpolation ()">gimp_context_get_interpolation</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-interpolation" title="gimp_context_set_interpolation ()">gimp_context_set_interpolation</a> (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpInterpolationType"><span class="type">GimpInterpolationType</span></a> interpolation</code></em>);
|
||
<a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformDirection"><span class="returnvalue">GimpTransformDirection</span></a> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-transform-direction" title="gimp_context_get_transform_direction ()">gimp_context_get_transform_direction</a>
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-transform-direction" title="gimp_context_set_transform_direction ()">gimp_context_set_transform_direction</a>
|
||
(<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformDirection"><span class="type">GimpTransformDirection</span></a> transform_direction</code></em>);
|
||
<a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformResize"><span class="returnvalue">GimpTransformResize</span></a> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-transform-resize" title="gimp_context_get_transform_resize ()">gimp_context_get_transform_resize</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-transform-resize" title="gimp_context_set_transform_resize ()">gimp_context_set_transform_resize</a> (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformResize"><span class="type">GimpTransformResize</span></a> transform_resize</code></em>);
|
||
<span class="returnvalue">gint</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-transform-recursion" title="gimp_context_get_transform_recursion ()">gimp_context_get_transform_recursion</a>
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-transform-recursion" title="gimp_context_set_transform_recursion ()">gimp_context_set_transform_recursion</a>
|
||
(<em class="parameter"><code><span class="type">gint</span> transform_recursion</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-ink-angle" title="gimp_context_get_ink_angle ()">gimp_context_get_ink_angle</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-ink-angle" title="gimp_context_set_ink_angle ()">gimp_context_set_ink_angle</a> (<em class="parameter"><code><span class="type">gdouble</span> angle</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-ink-blob-angle" title="gimp_context_get_ink_blob_angle ()">gimp_context_get_ink_blob_angle</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-ink-blob-angle" title="gimp_context_set_ink_blob_angle ()">gimp_context_set_ink_blob_angle</a> (<em class="parameter"><code><span class="type">gdouble</span> angle</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-ink-blob-aspect-ratio" title="gimp_context_get_ink_blob_aspect_ratio ()">gimp_context_get_ink_blob_aspect_ratio</a>
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-ink-blob-aspect-ratio" title="gimp_context_set_ink_blob_aspect_ratio ()">gimp_context_set_ink_blob_aspect_ratio</a>
|
||
(<em class="parameter"><code><span class="type">gdouble</span> aspect</code></em>);
|
||
<a class="link" href="libgimp-gimpenums.html#GimpInkBlobType" title="enum GimpInkBlobType"><span class="returnvalue">GimpInkBlobType</span></a> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-ink-blob-type" title="gimp_context_get_ink_blob_type ()">gimp_context_get_ink_blob_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-ink-blob-type" title="gimp_context_set_ink_blob_type ()">gimp_context_set_ink_blob_type</a> (<em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpInkBlobType" title="enum GimpInkBlobType"><span class="type">GimpInkBlobType</span></a> type</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-ink-size" title="gimp_context_get_ink_size ()">gimp_context_get_ink_size</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-ink-size" title="gimp_context_set_ink_size ()">gimp_context_set_ink_size</a> (<em class="parameter"><code><span class="type">gdouble</span> size</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-ink-size-sensitivity" title="gimp_context_get_ink_size_sensitivity ()">gimp_context_get_ink_size_sensitivity</a>
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-ink-size-sensitivity" title="gimp_context_set_ink_size_sensitivity ()">gimp_context_set_ink_size_sensitivity</a>
|
||
(<em class="parameter"><code><span class="type">gdouble</span> size</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-ink-speed-sensitivity" title="gimp_context_get_ink_speed_sensitivity ()">gimp_context_get_ink_speed_sensitivity</a>
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-ink-speed-sensitivity" title="gimp_context_set_ink_speed_sensitivity ()">gimp_context_set_ink_speed_sensitivity</a>
|
||
(<em class="parameter"><code><span class="type">gdouble</span> speed</code></em>);
|
||
<span class="returnvalue">gdouble</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-ink-tilt-sensitivity" title="gimp_context_get_ink_tilt_sensitivity ()">gimp_context_get_ink_tilt_sensitivity</a>
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);
|
||
<span class="returnvalue">gboolean</span> <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-ink-tilt-sensitivity" title="gimp_context_set_ink_tilt_sensitivity ()">gimp_context_set_ink_tilt_sensitivity</a>
|
||
(<em class="parameter"><code><span class="type">gdouble</span> tilt</code></em>);
|
||
</pre>
|
||
</div>
|
||
<div class="refsect1">
|
||
<a name="libgimp-gimpcontext.description"></a><h2>Description</h2>
|
||
<p>
|
||
Functions to manipulate a plug-in's context.
|
||
</p>
|
||
</div>
|
||
<div class="refsect1">
|
||
<a name="libgimp-gimpcontext.details"></a><h2>Details</h2>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-push"></a><h3>gimp_context_push ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_push (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Pushes a context to the top of the plug-in's context stack.
|
||
</p>
|
||
<p>
|
||
This procedure creates a new context by copying the current context.
|
||
This copy becomes the new current context for the calling plug-in
|
||
until it is popped again using <a class="link" href="libgimp-gimpcontext.html#gimp-context-pop" title="gimp_context_pop ()"><code class="function">gimp_context_pop()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-pop"></a><h3>gimp_context_pop ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_pop (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Pops the topmost context from the plug-in's context stack.
|
||
</p>
|
||
<p>
|
||
This procedure removes the topmost context from the plug-in's
|
||
context stack. The context that was active before the corresponding
|
||
call to <a class="link" href="libgimp-gimpcontext.html#gimp-context-push" title="gimp_context_push ()"><code class="function">gimp_context_push()</code></a> becomes the new current context of the
|
||
plug-in.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-defaults"></a><h3>gimp_context_set_defaults ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_defaults (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Reset context settings to their default values.
|
||
</p>
|
||
<p>
|
||
This procedure resets context settings used by various procedures to
|
||
their default value. This procedure will usually be called after a
|
||
context push so that a script which calls procedures affected by
|
||
context settings will not be affected by changes in the global
|
||
context.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-foreground"></a><h3>gimp_context_get_foreground ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_get_foreground (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *foreground</code></em>);</pre>
|
||
<p>
|
||
Get the current GIMP foreground color.
|
||
</p>
|
||
<p>
|
||
This procedure returns the current GIMP foreground color. The
|
||
foreground color is used in a variety of tools such as paint tools,
|
||
blending, and bucket fill.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>foreground</code></em> :</span></p></td>
|
||
<td>The foreground color.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-foreground"></a><h3>gimp_context_set_foreground ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_foreground (<em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *foreground</code></em>);</pre>
|
||
<p>
|
||
Set the current GIMP foreground color.
|
||
</p>
|
||
<p>
|
||
This procedure sets the current GIMP foreground color. After this is
|
||
set, operations which use foreground such as paint tools, blending,
|
||
and bucket fill will use the new value.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>foreground</code></em> :</span></p></td>
|
||
<td>The foreground color.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-background"></a><h3>gimp_context_get_background ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_get_background (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *background</code></em>);</pre>
|
||
<p>
|
||
Get the current GIMP background color.
|
||
</p>
|
||
<p>
|
||
This procedure returns the current GIMP background color. The
|
||
background color is used in a variety of tools such as blending,
|
||
erasing (with non-alpha images), and image filling.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
|
||
<td>The background color.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-background"></a><h3>gimp_context_set_background ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_background (<em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *background</code></em>);</pre>
|
||
<p>
|
||
Set the current GIMP background color.
|
||
</p>
|
||
<p>
|
||
This procedure sets the current GIMP background color. After this is
|
||
set, operations which use background such as blending, filling
|
||
images, clearing, and erasing (in non-alpha images) will use the new
|
||
value.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
|
||
<td>The background color.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-default-colors"></a><h3>gimp_context_set_default_colors ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_default_colors (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Set the current GIMP foreground and background colors to black and
|
||
white.
|
||
</p>
|
||
<p>
|
||
This procedure sets the current GIMP foreground and background
|
||
colors to their initial default values, black and white.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-swap-colors"></a><h3>gimp_context_swap_colors ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_swap_colors (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Swap the current GIMP foreground and background colors.
|
||
</p>
|
||
<p>
|
||
This procedure swaps the current GIMP foreground and background
|
||
colors, so that the new foreground color becomes the old background
|
||
color and vice versa.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-opacity"></a><h3>gimp_context_get_opacity ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_opacity (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the opacity.
|
||
</p>
|
||
<p>
|
||
This procedure returns the opacity setting. The return value is a
|
||
floating point number between 0 and 100.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The opacity.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-opacity"></a><h3>gimp_context_set_opacity ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_opacity (<em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>);</pre>
|
||
<p>
|
||
Set the opacity.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the opacity setting. The value should be a
|
||
floating point number between 0 and 100.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>opacity</code></em> :</span></p></td>
|
||
<td>The opacity.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-paint-mode"></a><h3>gimp_context_get_paint_mode ()</h3>
|
||
<pre class="programlisting"><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="returnvalue">GimpLayerModeEffects</span></a> gimp_context_get_paint_mode (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the paint mode.
|
||
</p>
|
||
<p>
|
||
This procedure returns the paint-mode setting. The return value is
|
||
an integer which corresponds to the values listed in the argument
|
||
description.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The paint mode.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-paint-mode"></a><h3>gimp_context_set_paint_mode ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_paint_mode (<em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="type">GimpLayerModeEffects</span></a> paint_mode</code></em>);</pre>
|
||
<p>
|
||
Set the paint mode.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the paint_mode setting.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>paint_mode</code></em> :</span></p></td>
|
||
<td>The paint mode.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-brush"></a><h3>gimp_context_get_brush ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gchar</span> * gimp_context_get_brush (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Retrieve the currently active brush.
|
||
</p>
|
||
<p>
|
||
This procedure returns the name of the currently active brush. All
|
||
paint operations and stroke operations use this brush to control the
|
||
application of paint to the image.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The name of the active brush.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-brush"></a><h3>gimp_context_set_brush ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_brush (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
||
<p>
|
||
Set the specified brush as the active brush.
|
||
</p>
|
||
<p>
|
||
This procedure allows the active brush to be set by specifying its
|
||
name. The name is simply a string which corresponds to one of the
|
||
names of the installed brushes. If there is no matching brush found,
|
||
this procedure will return an error. Otherwise, the specified brush
|
||
becomes active and will be used in all subsequent paint operations.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||
<td>The name of the brush.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-brush-angle"></a><h3>gimp_context_get_brush_angle ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_brush_angle (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get brush angle in degrees.
|
||
</p>
|
||
<p>
|
||
Set the angle in degrees for brush based paint tools.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>angle in degrees.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-brush-angle"></a><h3>gimp_context_set_brush_angle ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_brush_angle (<em class="parameter"><code><span class="type">gdouble</span> angle</code></em>);</pre>
|
||
<p>
|
||
Set brush angle in degrees.
|
||
</p>
|
||
<p>
|
||
Set the angle in degrees for brush based paint tools.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
|
||
<td>angle in degrees.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-brush-aspect-ratio"></a><h3>gimp_context_get_brush_aspect_ratio ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_brush_aspect_ratio (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get brush aspect ratio.
|
||
</p>
|
||
<p>
|
||
Set the aspect ratio for brush based paint tools.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>aspect ratio.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-brush-aspect-ratio"></a><h3>gimp_context_set_brush_aspect_ratio ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_brush_aspect_ratio (<em class="parameter"><code><span class="type">gdouble</span> aspect</code></em>);</pre>
|
||
<p>
|
||
Set brush aspect ratio.
|
||
</p>
|
||
<p>
|
||
Set the aspect ratio for brush based paint tools.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>aspect</code></em> :</span></p></td>
|
||
<td>aspect ratio.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-brush-size"></a><h3>gimp_context_get_brush_size ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_brush_size (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get brush size in pixels.
|
||
</p>
|
||
<p>
|
||
Get the brush size in pixels for brush based paint tools.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>brush size in pixels.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-brush-size"></a><h3>gimp_context_set_brush_size ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_brush_size (<em class="parameter"><code><span class="type">gdouble</span> size</code></em>);</pre>
|
||
<p>
|
||
Set brush size in pixels.
|
||
</p>
|
||
<p>
|
||
Set the brush size in pixels for brush based paint tools.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
||
<td>brush size in pixels.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-brush-default-size"></a><h3>gimp_context_set_brush_default_size ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_brush_default_size (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Set brush size to its default.
|
||
</p>
|
||
<p>
|
||
Set the brush size to the default (max of width and height) for
|
||
paintbrush, airbrush, or pencil tools.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-dynamics"></a><h3>gimp_context_get_dynamics ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gchar</span> * gimp_context_get_dynamics (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Retrieve the currently active paint dynamics.
|
||
</p>
|
||
<p>
|
||
This procedure returns the name of the currently active paint
|
||
dynamics. All paint operations and stroke operations use this paint
|
||
dynamics to control the application of paint to the image.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The name of the active paint dynamics.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-dynamics"></a><h3>gimp_context_set_dynamics ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_dynamics (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
||
<p>
|
||
Set the specified paint dynamics as the active paint dynamics.
|
||
</p>
|
||
<p>
|
||
This procedure allows the active paint dynamics to be set by
|
||
specifying its name. The name is simply a string which corresponds
|
||
to one of the names of the installed paint dynamics. If there is no
|
||
matching paint dynamics found, this procedure will return an error.
|
||
Otherwise, the specified paint dynamics becomes active and will be
|
||
used in all subsequent paint operations.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||
<td>The name of the paint dynamics.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-pattern"></a><h3>gimp_context_get_pattern ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gchar</span> * gimp_context_get_pattern (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Retrieve the currently active pattern.
|
||
</p>
|
||
<p>
|
||
This procedure returns name of the the currently active pattern. All
|
||
clone and bucket-fill operations with patterns will use this pattern
|
||
to control the application of paint to the image.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The name of the active pattern.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-pattern"></a><h3>gimp_context_set_pattern ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_pattern (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
||
<p>
|
||
Set the specified pattern as the active pattern.
|
||
</p>
|
||
<p>
|
||
This procedure allows the active pattern to be set by specifying its
|
||
name. The name is simply a string which corresponds to one of the
|
||
names of the installed patterns. If there is no matching pattern
|
||
found, this procedure will return an error. Otherwise, the specified
|
||
pattern becomes active and will be used in all subsequent paint
|
||
operations.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||
<td>The name of the pattern.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-gradient"></a><h3>gimp_context_get_gradient ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gchar</span> * gimp_context_get_gradient (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Retrieve the currently active gradient.
|
||
</p>
|
||
<p>
|
||
This procedure returns the name of the currently active gradient.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The name of the active gradient.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-gradient"></a><h3>gimp_context_set_gradient ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_gradient (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
||
<p>
|
||
Sets the specified gradient as the active gradient.
|
||
</p>
|
||
<p>
|
||
This procedure lets you set the specified gradient as the active or
|
||
\"current\" one. The name is simply a string which corresponds to
|
||
one of the loaded gradients. If no matching gradient is found, this
|
||
procedure will return an error. Otherwise, the specified gradient
|
||
will become active and will be used for subsequent custom gradient
|
||
operations.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||
<td>The name of the gradient.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-palette"></a><h3>gimp_context_get_palette ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gchar</span> * gimp_context_get_palette (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Retrieve the currently active palette.
|
||
</p>
|
||
<p>
|
||
This procedure returns the name of the the currently active palette.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The name of the active palette.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-palette"></a><h3>gimp_context_set_palette ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_palette (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
||
<p>
|
||
Set the specified palette as the active palette.
|
||
</p>
|
||
<p>
|
||
This procedure allows the active palette to be set by specifying its
|
||
name. The name is simply a string which corresponds to one of the
|
||
names of the installed palettes. If no matching palette is found,
|
||
this procedure will return an error. Otherwise, the specified
|
||
palette becomes active and will be used in all subsequent palette
|
||
operations.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||
<td>The name of the palette.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-font"></a><h3>gimp_context_get_font ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gchar</span> * gimp_context_get_font (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Retrieve the currently active font.
|
||
</p>
|
||
<p>
|
||
This procedure returns the name of the currently active font.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The name of the active font.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-font"></a><h3>gimp_context_set_font ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_font (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
||
<p>
|
||
Set the specified font as the active font.
|
||
</p>
|
||
<p>
|
||
This procedure allows the active font to be set by specifying its
|
||
name. The name is simply a string which corresponds to one of the
|
||
names of the installed fonts. If no matching font is found, this
|
||
procedure will return an error. Otherwise, the specified font
|
||
becomes active and will be used in all subsequent font operations.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||
<td>The name of the font.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.2</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-paint-method"></a><h3>gimp_context_get_paint_method ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gchar</span> * gimp_context_get_paint_method (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Retrieve the currently active paint method.
|
||
</p>
|
||
<p>
|
||
This procedure returns the name of the currently active paint
|
||
method.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The name of the active paint method.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.4</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-paint-method"></a><h3>gimp_context_set_paint_method ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_paint_method (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
||
<p>
|
||
Set the specified paint method as the active paint method.
|
||
</p>
|
||
<p>
|
||
This procedure allows the active paint method to be set by
|
||
specifying its name. The name is simply a string which corresponds
|
||
to one of the names of the available paint methods. If there is no
|
||
matching method found, this procedure will return an error.
|
||
Otherwise, the specified method becomes active and will be used in
|
||
all subsequent paint operations.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||
<td>The name of the paint method.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.4</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-list-paint-methods"></a><h3>gimp_context_list_paint_methods ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_list_paint_methods (<em class="parameter"><code><span class="type">gint</span> *num_paint_methods</code></em>,
|
||
<em class="parameter"><code><span class="type">gchar</span> ***paint_methods</code></em>);</pre>
|
||
<p>
|
||
Lists the available paint methods.
|
||
</p>
|
||
<p>
|
||
This procedure lists the names of the available paint methods. Any
|
||
of the results can be used for <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-paint-method" title="gimp_context_set_paint_method ()"><code class="function">gimp_context_set_paint_method()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>num_paint_methods</code></em> :</span></p></td>
|
||
<td>The number of the available paint methods.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>paint_methods</code></em> :</span></p></td>
|
||
<td>The names of the available paint methods.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.4</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-antialias"></a><h3>gimp_context_get_antialias ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_get_antialias (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the antialias setting.
|
||
</p>
|
||
<p>
|
||
This procedure returns the antialias setting.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The antialias setting.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-antialias"></a><h3>gimp_context_set_antialias ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_antialias (<em class="parameter"><code><span class="type">gboolean</span> antialias</code></em>);</pre>
|
||
<p>
|
||
Set the antialias setting.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the antialias setting. If antialiasing is
|
||
turned on, the edges of selected region will contain intermediate
|
||
values which give the appearance of a sharper, less pixelized edge.
|
||
This should be set as TRUE most of the time unless a binary-only
|
||
selection is wanted. This settings affects the following procedures:
|
||
<a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-color" title="gimp_image_select_color ()"><code class="function">gimp_image_select_color()</code></a>, <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-contiguous-color" title="gimp_image_select_contiguous_color ()"><code class="function">gimp_image_select_contiguous_color()</code></a>,
|
||
<a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-round-rectangle" title="gimp_image_select_round_rectangle ()"><code class="function">gimp_image_select_round_rectangle()</code></a>, <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-ellipse" title="gimp_image_select_ellipse ()"><code class="function">gimp_image_select_ellipse()</code></a>,
|
||
<a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-polygon" title="gimp_image_select_polygon ()"><code class="function">gimp_image_select_polygon()</code></a>, <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-item" title="gimp_image_select_item ()"><code class="function">gimp_image_select_item()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>antialias</code></em> :</span></p></td>
|
||
<td>The antialias setting.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-feather"></a><h3>gimp_context_get_feather ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_get_feather (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the feather setting.
|
||
</p>
|
||
<p>
|
||
This procedure returns the feather setting.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The feather setting.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-feather"></a><h3>gimp_context_set_feather ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_feather (<em class="parameter"><code><span class="type">gboolean</span> feather</code></em>);</pre>
|
||
<p>
|
||
Set the feather setting.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the feather setting. If the feather option
|
||
is enabled, selections will be blurred before combining. The blur is
|
||
a gaussian blur; its radii can be controlled using
|
||
<a class="link" href="libgimp-gimpcontext.html#gimp-context-set-feather-radius" title="gimp_context_set_feather_radius ()"><code class="function">gimp_context_set_feather_radius()</code></a>. This setting affects the
|
||
following procedures: <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-color" title="gimp_image_select_color ()"><code class="function">gimp_image_select_color()</code></a>,
|
||
<a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-contiguous-color" title="gimp_image_select_contiguous_color ()"><code class="function">gimp_image_select_contiguous_color()</code></a>, <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-rectangle" title="gimp_image_select_rectangle ()"><code class="function">gimp_image_select_rectangle()</code></a>,
|
||
<a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-round-rectangle" title="gimp_image_select_round_rectangle ()"><code class="function">gimp_image_select_round_rectangle()</code></a>, <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-ellipse" title="gimp_image_select_ellipse ()"><code class="function">gimp_image_select_ellipse()</code></a>,
|
||
<a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-polygon" title="gimp_image_select_polygon ()"><code class="function">gimp_image_select_polygon()</code></a>, <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-item" title="gimp_image_select_item ()"><code class="function">gimp_image_select_item()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>feather</code></em> :</span></p></td>
|
||
<td>The feather setting.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-feather-radius"></a><h3>gimp_context_get_feather_radius ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_get_feather_radius (<em class="parameter"><code><span class="type">gdouble</span> *feather_radius_x</code></em>,
|
||
<em class="parameter"><code><span class="type">gdouble</span> *feather_radius_y</code></em>);</pre>
|
||
<p>
|
||
Get the feather radius setting.
|
||
</p>
|
||
<p>
|
||
This procedure returns the feather radius setting.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>feather_radius_x</code></em> :</span></p></td>
|
||
<td>The horizontal feather radius.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>feather_radius_y</code></em> :</span></p></td>
|
||
<td>The vertical feather radius.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-feather-radius"></a><h3>gimp_context_set_feather_radius ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_feather_radius (<em class="parameter"><code><span class="type">gdouble</span> feather_radius_x</code></em>,
|
||
<em class="parameter"><code><span class="type">gdouble</span> feather_radius_y</code></em>);</pre>
|
||
<p>
|
||
Set the feather radius setting.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the feather radius setting. This setting
|
||
affects all procedures that are affected by
|
||
<a class="link" href="libgimp-gimpcontext.html#gimp-context-set-feather" title="gimp_context_set_feather ()"><code class="function">gimp_context_set_feather()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>feather_radius_x</code></em> :</span></p></td>
|
||
<td>The horizontal feather radius.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>feather_radius_y</code></em> :</span></p></td>
|
||
<td>The vertical feather radius.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-sample-merged"></a><h3>gimp_context_get_sample_merged ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_get_sample_merged (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the sample merged setting.
|
||
</p>
|
||
<p>
|
||
This procedure returns the sample merged setting.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The sample merged setting.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-sample-merged"></a><h3>gimp_context_set_sample_merged ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_sample_merged (<em class="parameter"><code><span class="type">gboolean</span> sample_merged</code></em>);</pre>
|
||
<p>
|
||
Set the sample merged setting.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the sample merged setting. If an operation
|
||
depends on the colors of the pixels present in a drawable, like when
|
||
doing a seed fill, this setting controls whether the pixel data from
|
||
the specified drawable is used ('sample-merged' is FALSE), or the
|
||
pixel data from the composite image ('sample-merged' is TRUE. This
|
||
is equivalent to sampling for colors after merging all visible
|
||
layers). This setting affects the following procedures:
|
||
<a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-color" title="gimp_image_select_color ()"><code class="function">gimp_image_select_color()</code></a>, <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-contiguous-color" title="gimp_image_select_contiguous_color ()"><code class="function">gimp_image_select_contiguous_color()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>sample_merged</code></em> :</span></p></td>
|
||
<td>The sample merged setting.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-sample-criterion"></a><h3>gimp_context_get_sample_criterion ()</h3>
|
||
<pre class="programlisting"><a class="link" href="libgimp-gimpenums.html#GimpSelectCriterion" title="enum GimpSelectCriterion"><span class="returnvalue">GimpSelectCriterion</span></a> gimp_context_get_sample_criterion (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the sample criterion setting.
|
||
</p>
|
||
<p>
|
||
This procedure returns the sample criterion setting.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The sample criterion setting.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-sample-criterion"></a><h3>gimp_context_set_sample_criterion ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_sample_criterion (<em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpSelectCriterion" title="enum GimpSelectCriterion"><span class="type">GimpSelectCriterion</span></a> sample_criterion</code></em>);</pre>
|
||
<p>
|
||
Set the sample criterion setting.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the sample criterion setting. If an
|
||
operation depends on the colors of the pixels present in a drawable,
|
||
like when doing a seed fill, this setting controls how color
|
||
similarity is determined. SELECT_CRITERION_COMPOSITE is the default
|
||
value. This setting affects the following procedures:
|
||
<a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-color" title="gimp_image_select_color ()"><code class="function">gimp_image_select_color()</code></a>, <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-contiguous-color" title="gimp_image_select_contiguous_color ()"><code class="function">gimp_image_select_contiguous_color()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>sample_criterion</code></em> :</span></p></td>
|
||
<td>The sample criterion setting.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-sample-threshold"></a><h3>gimp_context_get_sample_threshold ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_sample_threshold (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the sample threshold setting.
|
||
</p>
|
||
<p>
|
||
This procedure returns the sample threshold setting.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The sample threshold setting.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-sample-threshold"></a><h3>gimp_context_set_sample_threshold ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_sample_threshold (<em class="parameter"><code><span class="type">gdouble</span> sample_threshold</code></em>);</pre>
|
||
<p>
|
||
Set the sample threshold setting.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the sample threshold setting. If an
|
||
operation depends on the colors of the pixels present in a drawable,
|
||
like when doing a seed fill, this setting controls what is
|
||
\"sufficiently close\" to be considered a similar color. If the
|
||
sample threshold has not been set explicitly, the default threshold
|
||
set in gimprc will be used. This setting affects the following
|
||
procedures: <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-color" title="gimp_image_select_color ()"><code class="function">gimp_image_select_color()</code></a>,
|
||
<a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-contiguous-color" title="gimp_image_select_contiguous_color ()"><code class="function">gimp_image_select_contiguous_color()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>sample_threshold</code></em> :</span></p></td>
|
||
<td>The sample threshold setting.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-sample-threshold-int"></a><h3>gimp_context_get_sample_threshold_int ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gint</span> gimp_context_get_sample_threshold_int
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the sample threshold setting as an integer value.
|
||
</p>
|
||
<p>
|
||
This procedure returns the sample threshold setting as an integer
|
||
value. See <a class="link" href="libgimp-gimpcontext.html#gimp-context-get-sample-threshold" title="gimp_context_get_sample_threshold ()"><code class="function">gimp_context_get_sample_threshold()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The sample threshold setting.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-sample-threshold-int"></a><h3>gimp_context_set_sample_threshold_int ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_sample_threshold_int
|
||
(<em class="parameter"><code><span class="type">gint</span> sample_threshold</code></em>);</pre>
|
||
<p>
|
||
Set the sample threshold setting as an integer value.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the sample threshold setting as an integer
|
||
value. See <a class="link" href="libgimp-gimpcontext.html#gimp-context-set-sample-threshold" title="gimp_context_set_sample_threshold ()"><code class="function">gimp_context_set_sample_threshold()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>sample_threshold</code></em> :</span></p></td>
|
||
<td>The sample threshold setting.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-sample-transparent"></a><h3>gimp_context_get_sample_transparent ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_get_sample_transparent (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the sample transparent setting.
|
||
</p>
|
||
<p>
|
||
This procedure returns the sample transparent setting.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The sample transparent setting.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-sample-transparent"></a><h3>gimp_context_set_sample_transparent ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_sample_transparent (<em class="parameter"><code><span class="type">gboolean</span> sample_transparent</code></em>);</pre>
|
||
<p>
|
||
Set the sample transparent setting.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the sample transparent setting. If an
|
||
operation depends on the colors of the pixels present in a drawable,
|
||
like when doing a seed fill, this setting controls whether
|
||
transparency is considered to be a unique selectable color. When
|
||
this setting is TRUE, transparent areas can be selected or filled.
|
||
This setting affects the following procedures:
|
||
<a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-color" title="gimp_image_select_color ()"><code class="function">gimp_image_select_color()</code></a>, <a class="link" href="libgimp-gimpimageselect.html#gimp-image-select-contiguous-color" title="gimp_image_select_contiguous_color ()"><code class="function">gimp_image_select_contiguous_color()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>sample_transparent</code></em> :</span></p></td>
|
||
<td>The sample transparent setting.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-interpolation"></a><h3>gimp_context_get_interpolation ()</h3>
|
||
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpInterpolationType"><span class="returnvalue">GimpInterpolationType</span></a> gimp_context_get_interpolation (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the interpolation type.
|
||
</p>
|
||
<p>
|
||
This procedure returns the interpolation setting. The return value
|
||
is an integer which corresponds to the values listed in the argument
|
||
description. If the interpolation has not been set explicitly by
|
||
<a class="link" href="libgimp-gimpcontext.html#gimp-context-set-interpolation" title="gimp_context_set_interpolation ()"><code class="function">gimp_context_set_interpolation()</code></a>, the default interpolation set in
|
||
gimprc will be used.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The interpolation type.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-interpolation"></a><h3>gimp_context_set_interpolation ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_interpolation (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpInterpolationType"><span class="type">GimpInterpolationType</span></a> interpolation</code></em>);</pre>
|
||
<p>
|
||
Set the interpolation type.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the interpolation setting. This setting
|
||
affects affects the following procedures:
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-flip" title="gimp_item_transform_flip ()"><code class="function">gimp_item_transform_flip()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-perspective" title="gimp_item_transform_perspective ()"><code class="function">gimp_item_transform_perspective()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-rotate" title="gimp_item_transform_rotate ()"><code class="function">gimp_item_transform_rotate()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-scale" title="gimp_item_transform_scale ()"><code class="function">gimp_item_transform_scale()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-shear" title="gimp_item_transform_shear ()"><code class="function">gimp_item_transform_shear()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-2d" title="gimp_item_transform_2d ()"><code class="function">gimp_item_transform_2d()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-matrix" title="gimp_item_transform_matrix ()"><code class="function">gimp_item_transform_matrix()</code></a>, <a class="link" href="libgimp-gimpimage.html#gimp-image-scale" title="gimp_image_scale ()"><code class="function">gimp_image_scale()</code></a>,
|
||
<a class="link" href="libgimp-gimplayer.html#gimp-layer-scale" title="gimp_layer_scale ()"><code class="function">gimp_layer_scale()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>interpolation</code></em> :</span></p></td>
|
||
<td>The interpolation type.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-transform-direction"></a><h3>gimp_context_get_transform_direction ()</h3>
|
||
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformDirection"><span class="returnvalue">GimpTransformDirection</span></a> gimp_context_get_transform_direction
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the transform direction.
|
||
</p>
|
||
<p>
|
||
This procedure returns the transform direction. The return value is
|
||
an integer which corresponds to the values listed in the argument
|
||
description.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The transform direction.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-transform-direction"></a><h3>gimp_context_set_transform_direction ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_transform_direction
|
||
(<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformDirection"><span class="type">GimpTransformDirection</span></a> transform_direction</code></em>);</pre>
|
||
<p>
|
||
Set the transform direction.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the transform direction setting. This
|
||
setting affects affects the following procedures:
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-flip" title="gimp_item_transform_flip ()"><code class="function">gimp_item_transform_flip()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-perspective" title="gimp_item_transform_perspective ()"><code class="function">gimp_item_transform_perspective()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-rotate" title="gimp_item_transform_rotate ()"><code class="function">gimp_item_transform_rotate()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-scale" title="gimp_item_transform_scale ()"><code class="function">gimp_item_transform_scale()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-shear" title="gimp_item_transform_shear ()"><code class="function">gimp_item_transform_shear()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-2d" title="gimp_item_transform_2d ()"><code class="function">gimp_item_transform_2d()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-matrix" title="gimp_item_transform_matrix ()"><code class="function">gimp_item_transform_matrix()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>transform_direction</code></em> :</span></p></td>
|
||
<td>The transform direction.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-transform-resize"></a><h3>gimp_context_get_transform_resize ()</h3>
|
||
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformResize"><span class="returnvalue">GimpTransformResize</span></a> gimp_context_get_transform_resize (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the transform resize type.
|
||
</p>
|
||
<p>
|
||
This procedure returns the transform resize setting. The return
|
||
value is an integer which corresponds to the values listed in the
|
||
argument description.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The transform resize type.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-transform-resize"></a><h3>gimp_context_set_transform_resize ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_transform_resize (<em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpTransformResize"><span class="type">GimpTransformResize</span></a> transform_resize</code></em>);</pre>
|
||
<p>
|
||
Set the transform resize type.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the transform resize setting. When
|
||
transforming pixels, if the result of a transform operation has a
|
||
different size than the original area, this setting determines how
|
||
the resulting area is sized. This setting affects affects the
|
||
following procedures: <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-flip" title="gimp_item_transform_flip ()"><code class="function">gimp_item_transform_flip()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-flip-simple" title="gimp_item_transform_flip_simple ()"><code class="function">gimp_item_transform_flip_simple()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-perspective" title="gimp_item_transform_perspective ()"><code class="function">gimp_item_transform_perspective()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-rotate" title="gimp_item_transform_rotate ()"><code class="function">gimp_item_transform_rotate()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-rotate-simple" title="gimp_item_transform_rotate_simple ()"><code class="function">gimp_item_transform_rotate_simple()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-scale" title="gimp_item_transform_scale ()"><code class="function">gimp_item_transform_scale()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-shear" title="gimp_item_transform_shear ()"><code class="function">gimp_item_transform_shear()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-2d" title="gimp_item_transform_2d ()"><code class="function">gimp_item_transform_2d()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-matrix" title="gimp_item_transform_matrix ()"><code class="function">gimp_item_transform_matrix()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>transform_resize</code></em> :</span></p></td>
|
||
<td>The transform resize type.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-transform-recursion"></a><h3>gimp_context_get_transform_recursion ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gint</span> gimp_context_get_transform_recursion
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get the transform supersampling recursion.
|
||
</p>
|
||
<p>
|
||
This procedure returns the transform supersampling recursion level.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>The transform recursion level.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-transform-recursion"></a><h3>gimp_context_set_transform_recursion ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_transform_recursion
|
||
(<em class="parameter"><code><span class="type">gint</span> transform_recursion</code></em>);</pre>
|
||
<p>
|
||
Set the transform supersampling recursion.
|
||
</p>
|
||
<p>
|
||
This procedure modifies the transform supersampling recursion level
|
||
setting. Whether or not a transformation does supersampling is
|
||
determined by the interplolation type. The recursion level defaults
|
||
to 3, which is a nice default value. This setting affects affects
|
||
the following procedures: <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-flip" title="gimp_item_transform_flip ()"><code class="function">gimp_item_transform_flip()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-perspective" title="gimp_item_transform_perspective ()"><code class="function">gimp_item_transform_perspective()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-rotate" title="gimp_item_transform_rotate ()"><code class="function">gimp_item_transform_rotate()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-scale" title="gimp_item_transform_scale ()"><code class="function">gimp_item_transform_scale()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-shear" title="gimp_item_transform_shear ()"><code class="function">gimp_item_transform_shear()</code></a>,
|
||
<a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-2d" title="gimp_item_transform_2d ()"><code class="function">gimp_item_transform_2d()</code></a>, <a class="link" href="libgimp-gimpitemtransform.html#gimp-item-transform-matrix" title="gimp_item_transform_matrix ()"><code class="function">gimp_item_transform_matrix()</code></a>.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>transform_recursion</code></em> :</span></p></td>
|
||
<td>The transform recursion level.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-ink-angle"></a><h3>gimp_context_get_ink_angle ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_ink_angle (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get ink angle in degrees.
|
||
</p>
|
||
<p>
|
||
Get the ink angle in degrees for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>ink angle in degrees.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-ink-angle"></a><h3>gimp_context_set_ink_angle ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_ink_angle (<em class="parameter"><code><span class="type">gdouble</span> angle</code></em>);</pre>
|
||
<p>
|
||
Set ink angle in degrees.
|
||
</p>
|
||
<p>
|
||
Set the ink angle in degrees for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
|
||
<td>ink angle in degrees.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-ink-blob-angle"></a><h3>gimp_context_get_ink_blob_angle ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_ink_blob_angle (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get ink blob angle in degrees.
|
||
</p>
|
||
<p>
|
||
Get the ink blob angle in degrees for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>ink blob angle in degrees.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-ink-blob-angle"></a><h3>gimp_context_set_ink_blob_angle ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_ink_blob_angle (<em class="parameter"><code><span class="type">gdouble</span> angle</code></em>);</pre>
|
||
<p>
|
||
Set ink blob angle in degrees.
|
||
</p>
|
||
<p>
|
||
Set the ink blob angle in degrees for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
|
||
<td>ink blob angle in degrees.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-ink-blob-aspect-ratio"></a><h3>gimp_context_get_ink_blob_aspect_ratio ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_ink_blob_aspect_ratio
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get ink blob aspect ratio.
|
||
</p>
|
||
<p>
|
||
Get the ink blob aspect ratio for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>ink blob aspect ratio.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-ink-blob-aspect-ratio"></a><h3>gimp_context_set_ink_blob_aspect_ratio ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_ink_blob_aspect_ratio
|
||
(<em class="parameter"><code><span class="type">gdouble</span> aspect</code></em>);</pre>
|
||
<p>
|
||
Set ink blob aspect ratio.
|
||
</p>
|
||
<p>
|
||
Set the ink blob aspect ratio for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>aspect</code></em> :</span></p></td>
|
||
<td>ink blob aspect ratio.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-ink-blob-type"></a><h3>gimp_context_get_ink_blob_type ()</h3>
|
||
<pre class="programlisting"><a class="link" href="libgimp-gimpenums.html#GimpInkBlobType" title="enum GimpInkBlobType"><span class="returnvalue">GimpInkBlobType</span></a> gimp_context_get_ink_blob_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get ink blob type.
|
||
</p>
|
||
<p>
|
||
Get the ink blob type for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>Ink blob type.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-ink-blob-type"></a><h3>gimp_context_set_ink_blob_type ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_ink_blob_type (<em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpInkBlobType" title="enum GimpInkBlobType"><span class="type">GimpInkBlobType</span></a> type</code></em>);</pre>
|
||
<p>
|
||
Set ink blob type.
|
||
</p>
|
||
<p>
|
||
Set the ink blob type for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
||
<td>Ink blob type.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-ink-size"></a><h3>gimp_context_get_ink_size ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_ink_size (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get ink blob size in pixels.
|
||
</p>
|
||
<p>
|
||
Get the ink blob size in pixels for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>ink blob size in pixels.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-ink-size"></a><h3>gimp_context_set_ink_size ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_ink_size (<em class="parameter"><code><span class="type">gdouble</span> size</code></em>);</pre>
|
||
<p>
|
||
Set ink blob size in pixels.
|
||
</p>
|
||
<p>
|
||
Set the ink blob size in pixels for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
||
<td>ink blob size in pixels.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-ink-size-sensitivity"></a><h3>gimp_context_get_ink_size_sensitivity ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_ink_size_sensitivity
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get ink size sensitivity.
|
||
</p>
|
||
<p>
|
||
Get the ink size sensitivity for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>ink size sensitivity.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-ink-size-sensitivity"></a><h3>gimp_context_set_ink_size_sensitivity ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_ink_size_sensitivity
|
||
(<em class="parameter"><code><span class="type">gdouble</span> size</code></em>);</pre>
|
||
<p>
|
||
Set ink size sensitivity.
|
||
</p>
|
||
<p>
|
||
Set the ink size sensitivity for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
||
<td>ink size sensitivity.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-ink-speed-sensitivity"></a><h3>gimp_context_get_ink_speed_sensitivity ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_ink_speed_sensitivity
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get ink speed sensitivity.
|
||
</p>
|
||
<p>
|
||
Get the ink speed sensitivity for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>ink speed sensitivity.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-ink-speed-sensitivity"></a><h3>gimp_context_set_ink_speed_sensitivity ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_ink_speed_sensitivity
|
||
(<em class="parameter"><code><span class="type">gdouble</span> speed</code></em>);</pre>
|
||
<p>
|
||
Set ink speed sensitivity.
|
||
</p>
|
||
<p>
|
||
Set the ink speed sensitivity for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>speed</code></em> :</span></p></td>
|
||
<td>ink speed sensitivity.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-get-ink-tilt-sensitivity"></a><h3>gimp_context_get_ink_tilt_sensitivity ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gdouble</span> gimp_context_get_ink_tilt_sensitivity
|
||
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||
<p>
|
||
Get ink tilt sensitivity.
|
||
</p>
|
||
<p>
|
||
Get the ink tilt sensitivity for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody><tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>ink tilt sensitivity.</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2">
|
||
<a name="gimp-context-set-ink-tilt-sensitivity"></a><h3>gimp_context_set_ink_tilt_sensitivity ()</h3>
|
||
<pre class="programlisting"><span class="returnvalue">gboolean</span> gimp_context_set_ink_tilt_sensitivity
|
||
(<em class="parameter"><code><span class="type">gdouble</span> tilt</code></em>);</pre>
|
||
<p>
|
||
Set ink tilt sensitivity.
|
||
</p>
|
||
<p>
|
||
Set the ink tilt sensitivity for ink tool.
|
||
</p>
|
||
<div class="variablelist"><table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top">
|
||
<col>
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>tilt</code></em> :</span></p></td>
|
||
<td>ink tilt sensitivity.</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td>TRUE on success.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
<p class="since">Since GIMP 2.8</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer">
|
||
<hr>
|
||
Generated by GTK-Doc V1.19</div>
|
||
</body>
|
||
</html> |