Imported Upstream version 2.6.7
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>gimpchecks</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpparam.html" title="gimpparam">
|
||||
<link rel="next" href="libgimpbase-gimpcpuaccel.html" title="gimpcpuaccel">
|
||||
@ -32,7 +32,7 @@
|
||||
<a href="#libgimpbase-gimpchecks.description" class="shortcut">Description</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<div class="refentry" title="gimpchecks">
|
||||
<a name="libgimpbase-gimpchecks"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
@ -41,7 +41,7 @@
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<div class="refsynopsisdiv" title="Synopsis">
|
||||
<a name="libgimpbase-gimpchecks.synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
#define <a class="link" href="libgimpbase-gimpchecks.html#GIMP-CHECK-SIZE--CAPS" title="GIMP_CHECK_SIZE">GIMP_CHECK_SIZE</a>
|
||||
@ -57,15 +57,15 @@ href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"
|
||||
>guchar</a> *dark);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<div class="refsect1" title="Description">
|
||||
<a name="libgimpbase-gimpchecks.description"></a><h2>Description</h2>
|
||||
<p>
|
||||
Constants and functions related to rendering checkerboards.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<div class="refsect1" title="Details">
|
||||
<a name="libgimpbase-gimpchecks.details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<div class="refsect2" title="GIMP_CHECK_SIZE">
|
||||
<a name="GIMP-CHECK-SIZE--CAPS"></a><h3>GIMP_CHECK_SIZE</h3>
|
||||
<pre class="programlisting">#define GIMP_CHECK_SIZE 8
|
||||
</pre>
|
||||
@ -76,7 +76,7 @@ this constant instead.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<div class="refsect2" title="GIMP_CHECK_SIZE_SM">
|
||||
<a name="GIMP-CHECK-SIZE-SM--CAPS"></a><h3>GIMP_CHECK_SIZE_SM</h3>
|
||||
<pre class="programlisting">#define GIMP_CHECK_SIZE_SM 4
|
||||
</pre>
|
||||
@ -85,7 +85,7 @@ The default small checkerboard size in pixels.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<div class="refsect2" title="GIMP_CHECK_DARK">
|
||||
<a name="GIMP-CHECK-DARK--CAPS"></a><h3>GIMP_CHECK_DARK</h3>
|
||||
<pre class="programlisting">#define GIMP_CHECK_DARK 0.4
|
||||
</pre>
|
||||
@ -94,7 +94,7 @@ The dark gray value for the default checkerboard pattern.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<div class="refsect2" title="GIMP_CHECK_LIGHT">
|
||||
<a name="GIMP-CHECK-LIGHT--CAPS"></a><h3>GIMP_CHECK_LIGHT</h3>
|
||||
<pre class="programlisting">#define GIMP_CHECK_LIGHT 0.6
|
||||
</pre>
|
||||
@ -103,7 +103,7 @@ The light gray value for the default checkerboard pattern.
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<div class="refsect2" title="gimp_checks_get_shades ()">
|
||||
<a name="gimp-checks-get-shades"></a><h3>gimp_checks_get_shades ()</h3>
|
||||
<pre class="programlisting">void gimp_checks_get_shades (<a class="link" href="libgimpbase-gimpbaseenums.html#GimpCheckType" title="enum GimpCheckType">GimpCheckType</a> type,
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user