blob: 4d843404f49366623659e2d7667596fbbd1dce22 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3"/>
<title>MagickCore: color.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">MagickCore
&#160;<span id="projectnumber">6.8.3</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('color_8c.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="color_8c.html#nested-classes">Data Structures</a> &#124;
<a href="color_8c.html#define-members">Macros</a> &#124;
<a href="color_8c.html#typedef-members">Typedefs</a> &#124;
<a href="color_8c.html#func-members">Functions</a> &#124;
<a href="color_8c.html#var-members">Variables</a> </div>
<div class="headertitle">
<div class="title">color.c File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="studio_8h_source.html">MagickCore/studio.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="blob_8h_source.html">MagickCore/blob.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="cache-view_8h_source.html">MagickCore/cache-view.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="cache_8h_source.html">MagickCore/cache.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="color_8h_source.html">MagickCore/color.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="color-private_8h_source.html">MagickCore/color-private.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="colorspace-private_8h_source.html">MagickCore/colorspace-private.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="client_8h_source.html">MagickCore/client.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="configure_8h_source.html">MagickCore/configure.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="exception_8h_source.html">MagickCore/exception.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="exception-private_8h_source.html">MagickCore/exception-private.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="gem_8h_source.html">MagickCore/gem.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="gem-private_8h_source.html">MagickCore/gem-private.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="geometry_8h_source.html">MagickCore/geometry.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="image-private_8h_source.html">MagickCore/image-private.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="memory___8h_source.html">MagickCore/memory_.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="monitor_8h_source.html">MagickCore/monitor.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="monitor-private_8h_source.html">MagickCore/monitor-private.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="option_8h_source.html">MagickCore/option.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="pixel-accessor_8h_source.html">MagickCore/pixel-accessor.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="quantize_8h_source.html">MagickCore/quantize.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="quantum_8h_source.html">MagickCore/quantum.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="quantum-private_8h_source.html">MagickCore/quantum-private.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="semaphore_8h_source.html">MagickCore/semaphore.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="string___8h_source.html">MagickCore/string_.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="token_8h_source.html">MagickCore/token.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="utility_8h_source.html">MagickCore/utility.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="utility-private_8h_source.html">MagickCore/utility-private.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="xml-tree_8h_source.html">MagickCore/xml-tree.h</a>&quot;</code><br/>
</div><div class="textblock"><div class="dynheader">
Include dependency graph for color.c:</div>
<div class="dyncontent">
<div class="center"><img src="color_8c__incl.png" border="0" usemap="#color_8c" alt=""/></div>
<map name="color_8c" id="color_8c">
<area shape="rect" id="node3" href="studio_8h.html" title="MagickCore/studio.h" alt="" coords="991,667,1144,693"/><area shape="rect" id="node46" href="blob_8h.html" title="MagickCore/blob.h" alt="" coords="3787,427,3927,453"/><area shape="rect" id="node50" href="color_8h.html" title="MagickCore/color.h" alt="" coords="2801,584,2945,611"/><area shape="rect" id="node56" href="exception_8h.html" title="MagickCore/exception.h" alt="" coords="2237,741,2413,768"/><area shape="rect" id="node59" href="semaphore_8h.html" title="MagickCore/semaphore.h" alt="" coords="2431,816,2617,843"/><area shape="rect" id="node64" href="cache-view_8h.html" title="MagickCore/cache&#45;view.h" alt="" coords="3653,667,3837,693"/><area shape="rect" id="node75" href="geometry_8h.html" title="MagickCore/geometry.h" alt="" coords="5011,741,5185,768"/><area shape="rect" id="node85" href="monitor_8h.html" title="MagickCore/monitor.h" alt="" coords="2417,584,2580,611"/><area shape="rect" id="node89" href="string___8h.html" title="MagickCore/string_.h" alt="" coords="2134,667,2289,693"/><area shape="rect" id="node94" href="quantum_8h.html" title="MagickCore/quantum.h" alt="" coords="2605,584,2776,611"/><area shape="rect" id="node109" href="cache_8h.html" title="MagickCore/cache.h" alt="" coords="3609,261,3759,288"/><area shape="rect" id="node113" href="color-private_8h.html" title="MagickCore/color&#45;private.h" alt="" coords="3897,261,4092,288"/><area shape="rect" id="node116" href="colorspace-private_8h.html" title="MagickCore/colorspace\l&#45;private.h" alt="" coords="4041,81,4212,122"/><area shape="rect" id="node119" href="image-private_8h.html" title="MagickCore/image&#45;private.h" alt="" coords="4232,179,4435,205"/><area shape="rect" id="node122" href="pixel-accessor_8h.html" title="MagickCore/pixel&#45;accessor.h" alt="" coords="3229,179,3435,205"/><area shape="rect" id="node128" href="gem_8h.html" title="MagickCore/gem.h" alt="" coords="2814,261,2956,288"/><area shape="rect" id="node143" href="client_8h.html" title="MagickCore/client.h" alt="" coords="4288,88,4435,115"/><area shape="rect" id="node145" href="configure_8h.html" title="MagickCore/configure.h" alt="" coords="4803,344,4976,371"/><area shape="rect" id="node149" href="exception-private_8h.html" title="MagickCore/exception\l&#45;private.h" alt="" coords="2024,577,2188,618"/><area shape="rect" id="node157" href="gem-private_8h.html" title="MagickCore/gem&#45;private.h" alt="" coords="4592,88,4784,115"/><area shape="rect" id="node161" href="memory___8h.html" title="MagickCore/memory_.h" alt="" coords="5151,179,5327,205"/><area shape="rect" id="node164" href="monitor-private_8h.html" title="MagickCore/monitor\l&#45;private.h" alt="" coords="4282,337,4435,378"/><area shape="rect" id="node167" href="option_8h.html" title="MagickCore/option.h" alt="" coords="4909,88,5063,115"/><area shape="rect" id="node170" href="quantize_8h.html" title="MagickCore/quantize.h" alt="" coords="5288,261,5456,288"/><area shape="rect" id="node174" href="quantum-private_8h.html" title="MagickCore/quantum\l&#45;private.h" alt="" coords="3663,171,3821,213"/><area shape="rect" id="node179" href="token_8h.html" title="MagickCore/token.h" alt="" coords="5299,88,5449,115"/><area shape="rect" id="node181" href="utility_8h.html" title="MagickCore/utility.h" alt="" coords="5475,88,5621,115"/><area shape="rect" id="node183" href="utility-private_8h.html" title="MagickCore/utility\l&#45;private.h" alt="" coords="5088,81,5223,122"/><area shape="rect" id="node191" href="xml-tree_8h.html" title="MagickCore/xml&#45;tree.h" alt="" coords="5696,88,5864,115"/><area shape="rect" id="node5" href="magick-config_8h.html" title="MagickCore/magick&#45;config.h" alt="" coords="124,816,327,843"/><area shape="rect" id="node29" href="method-attribute_8h.html" title="MagickCore/method&#45;attribute.h" alt="" coords="1227,741,1449,768"/><area shape="rect" id="node41" href="magick-type_8h.html" title="MagickCore/magick&#45;type.h" alt="" coords="5,741,197,768"/><area shape="rect" id="node48" href="image_8h.html" title="MagickCore/image.h" alt="" coords="3781,501,3933,528"/><area shape="rect" id="node103" href="stream_8h.html" title="MagickCore/stream.h" alt="" coords="3123,584,3281,611"/><area shape="rect" id="node52" href="pixel_8h.html" title="MagickCore/pixel.h" alt="" coords="3973,741,4115,768"/><area shape="rect" id="node54" href="colorspace_8h.html" title="MagickCore/colorspace.h" alt="" coords="4541,816,4725,843"/><area shape="rect" id="node67" href="composite_8h.html" title="MagickCore/composite.h" alt="" coords="4391,667,4573,693"/><area shape="rect" id="node69" href="compress_8h.html" title="MagickCore/compress.h" alt="" coords="3954,584,4131,611"/><area shape="rect" id="node71" href="effect_8h.html" title="MagickCore/effect.h" alt="" coords="4651,584,4799,611"/><area shape="rect" id="node78" href="layer_8h.html" title="MagickCore/layer.h" alt="" coords="4432,584,4576,611"/><area shape="rect" id="node81" href="locale___8h.html" title="MagickCore/locale_.h" alt="" coords="4875,584,5033,611"/><area shape="rect" id="node87" href="profile_8h.html" title="MagickCore/profile.h" alt="" coords="3306,584,3459,611"/><area shape="rect" id="node97" href="resample_8h.html" title="MagickCore/resample.h" alt="" coords="3535,584,3708,611"/><area shape="rect" id="node100" href="resize_8h.html" title="MagickCore/resize.h" alt="" coords="4155,584,4305,611"/><area shape="rect" id="node105" href="timer_8h.html" title="MagickCore/timer.h" alt="" coords="3783,584,3929,611"/><area shape="rect" id="node73" href="morphology_8h.html" title="MagickCore/morphology.h" alt="" coords="4609,667,4799,693"/><area shape="rect" id="node83" href="hashmap_8h.html" title="MagickCore/hashmap.h" alt="" coords="4893,667,5067,693"/><area shape="rect" id="node130" href="fx_8h.html" title="MagickCore/fx.h" alt="" coords="2824,344,2949,371"/><area shape="rect" id="node139" href="random___8h.html" title="MagickCore/random_.h" alt="" coords="2416,427,2587,453"/><area shape="rect" id="node132" href="draw_8h.html" title="MagickCore/draw.h" alt="" coords="3072,427,3216,453"/><area shape="rect" id="node137" href="type_8h.html" title="MagickCore/type.h" alt="" coords="3022,501,3164,528"/><area shape="rect" id="node151" href="log_8h.html" title="MagickCore/log.h" alt="" coords="1976,667,2109,693"/><area shape="rect" id="node186" href="nt-base_8h.html" title="MagickCore/nt&#45;base.h" alt="" coords="5160,344,5323,371"/><area shape="rect" id="node189" href="nt-base-private_8h.html" title="MagickCore/nt&#45;base\l&#45;private.h" alt="" coords="4975,171,5125,213"/></map>
</div>
</div>
<p><a href="color_8c_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__ColorMapInfo.html">_ColorMapInfo</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:ae3e1e2d4cbfc1c88010fb115dc0e3545"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#ae3e1e2d4cbfc1c88010fb115dc0e3545">ColorFilename</a>&#160;&#160;&#160;&quot;colors.xml&quot;</td></tr>
<tr class="separator:ae3e1e2d4cbfc1c88010fb115dc0e3545"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afb6c785041f23503e69d6d0844911772"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#afb6c785041f23503e69d6d0844911772">SVGCompliant</a>(component)</td></tr>
<tr class="separator:afb6c785041f23503e69d6d0844911772"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab8d8967b12e0292cb0a6a6a7bc5cd2c6"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#ab8d8967b12e0292cb0a6a6a7bc5cd2c6">SearchImageText</a>&#160;&#160;&#160;&quot; Searching image... &quot;</td></tr>
<tr class="separator:ab8d8967b12e0292cb0a6a6a7bc5cd2c6"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr class="memitem:a3c86f724166008b070496292131ce019"><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct__ColorMapInfo.html">_ColorMapInfo</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a3c86f724166008b070496292131ce019">ColorMapInfo</a></td></tr>
<tr class="separator:a3c86f724166008b070496292131ce019"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a9b08dc2972ffc3223523cd92f936f228"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a9b08dc2972ffc3223523cd92f936f228">InitializeColorList</a> (<a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *)</td></tr>
<tr class="separator:a9b08dc2972ffc3223523cd92f936f228"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9446c9522f9c95049066a479d419ef73"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a9446c9522f9c95049066a479d419ef73">LoadColorLists</a> (const char *, <a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *)</td></tr>
<tr class="separator:a9446c9522f9c95049066a479d419ef73"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a08abc4c56dbf9d29d6daae06c3d8c8f2"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a07784d9b8e7a718c9b4f65368cf546be">MagickPrivate</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a08abc4c56dbf9d29d6daae06c3d8c8f2">ColorComponentGenesis</a> (void)</td></tr>
<tr class="separator:a08abc4c56dbf9d29d6daae06c3d8c8f2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9f9321a6a26c19b5f3ec901f9d4b0081"><td class="memItemLeft" align="right" valign="top">static void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a9f9321a6a26c19b5f3ec901f9d4b0081">DestroyColorElement</a> (void *color_info)</td></tr>
<tr class="separator:a9f9321a6a26c19b5f3ec901f9d4b0081"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5dba8c79ac329527fa38a7a4ae34f3b2"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a07784d9b8e7a718c9b4f65368cf546be">MagickPrivate</a> void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a5dba8c79ac329527fa38a7a4ae34f3b2">ColorComponentTerminus</a> (void)</td></tr>
<tr class="separator:a5dba8c79ac329527fa38a7a4ae34f3b2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8ac28430de7559064771a24bd6bd5106"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> const <a class="el" href="color_8h.html#ab8e2fab79b3f1d32344666a3ca9ac590">ColorInfo</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a8ac28430de7559064771a24bd6bd5106">GetColorCompliance</a> (const char *name, const <a class="el" href="color_8h.html#aa8673515c910773807778b398818f7f4">ComplianceType</a> compliance, <a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *exception)</td></tr>
<tr class="separator:a8ac28430de7559064771a24bd6bd5106"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5c731ac824a6ab0c36531e8a2f908f5d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> const <a class="el" href="color_8h.html#ab8e2fab79b3f1d32344666a3ca9ac590">ColorInfo</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a5c731ac824a6ab0c36531e8a2f908f5d">GetColorInfo</a> (const char *name, <a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *exception)</td></tr>
<tr class="separator:a5c731ac824a6ab0c36531e8a2f908f5d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aad98b3569e339e6e0fd4ee91970569bc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#aad98b3569e339e6e0fd4ee91970569bc">ConcatenateColorComponent</a> (const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *pixel, const <a class="el" href="pixel_8h.html#a93c37e430be67328e9fa004b210d2ca9">PixelChannel</a> component, const <a class="el" href="color_8h.html#aa8673515c910773807778b398818f7f4">ComplianceType</a> compliance, char *tuple)</td></tr>
<tr class="separator:aad98b3569e339e6e0fd4ee91970569bc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6ea5588bab9ec5ee974234bb7efcb7bf"><td class="memItemLeft" align="right" valign="top">static int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a6ea5588bab9ec5ee974234bb7efcb7bf">ColorInfoCompare</a> (const void *x, const void *y)</td></tr>
<tr class="separator:a6ea5588bab9ec5ee974234bb7efcb7bf"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9b27a79ac3d44510c969c7718112a36d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> const <a class="el" href="color_8h.html#ab8e2fab79b3f1d32344666a3ca9ac590">ColorInfo</a> **&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a9b27a79ac3d44510c969c7718112a36d">GetColorInfoList</a> (const char *pattern, size_t *number_colors, <a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *exception)</td></tr>
<tr class="separator:a9b27a79ac3d44510c969c7718112a36d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a21ec51a809569869915c518d6c973d2c"><td class="memItemLeft" align="right" valign="top">static int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a21ec51a809569869915c518d6c973d2c">ColorCompare</a> (const void *x, const void *y)</td></tr>
<tr class="separator:a21ec51a809569869915c518d6c973d2c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5847a7dd8e4b1173c4d33e3a0e2c68ed"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> char **&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a5847a7dd8e4b1173c4d33e3a0e2c68ed">GetColorList</a> (const char *pattern, size_t *number_colors, <a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *exception)</td></tr>
<tr class="separator:a5847a7dd8e4b1173c4d33e3a0e2c68ed"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af47f8691b81dc53bfa99571ca39c723d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#af47f8691b81dc53bfa99571ca39c723d">ConcatentateHexColorComponent</a> (const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *pixel, const <a class="el" href="pixel_8h.html#a93c37e430be67328e9fa004b210d2ca9">PixelChannel</a> channel, char *tuple)</td></tr>
<tr class="separator:af47f8691b81dc53bfa99571ca39c723d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa8847b6f7ef348f43435a86852274dde"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#aa8847b6f7ef348f43435a86852274dde">GetColorTuple</a> (const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *pixel, const <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> hex, char *tuple)</td></tr>
<tr class="separator:aa8847b6f7ef348f43435a86852274dde"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaf56051e2b875921b5098f5accdfb327"><td class="memItemLeft" align="right" valign="top">static double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#aaf56051e2b875921b5098f5accdfb327">MagickMax</a> (const double x, const double y)</td></tr>
<tr class="separator:aaf56051e2b875921b5098f5accdfb327"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8519100db5e42c485494f08cacdbce64"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a8519100db5e42c485494f08cacdbce64">IsEquivalentAlpha</a> (const <a class="el" href="magick-type_8h.html#a3ceaefc95f67897c6c3c0ea015ba5be0">Image</a> *image, const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *p, const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *q)</td></tr>
<tr class="separator:a8519100db5e42c485494f08cacdbce64"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae40ee2871fdbfadde6cf29ff116932bc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#ae40ee2871fdbfadde6cf29ff116932bc">IsEquivalentImage</a> (const <a class="el" href="magick-type_8h.html#a3ceaefc95f67897c6c3c0ea015ba5be0">Image</a> *image, const <a class="el" href="magick-type_8h.html#a3ceaefc95f67897c6c3c0ea015ba5be0">Image</a> *target_image, ssize_t *x_offset, ssize_t *y_offset, <a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *exception)</td></tr>
<tr class="separator:ae40ee2871fdbfadde6cf29ff116932bc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a575ce0b4fe401237a445390d09b725fe"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a575ce0b4fe401237a445390d09b725fe">ListColorInfo</a> (FILE *file, <a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *exception)</td></tr>
<tr class="separator:a575ce0b4fe401237a445390d09b725fe"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8b65a806b5f7697220660a9ac51cfcb3"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a8b65a806b5f7697220660a9ac51cfcb3">LoadColorList</a> (const char *xml, const char *filename, const size_t depth, <a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *exception)</td></tr>
<tr class="separator:a8b65a806b5f7697220660a9ac51cfcb3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab53de427ba0130bb18713b88c6347c21"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#ab53de427ba0130bb18713b88c6347c21">QueryColorCompliance</a> (const char *name, const <a class="el" href="color_8h.html#aa8673515c910773807778b398818f7f4">ComplianceType</a> compliance, <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *color, <a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *exception)</td></tr>
<tr class="separator:ab53de427ba0130bb18713b88c6347c21"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a11636cfe72a7e3eddd3f73b3e894b545"><td class="memItemLeft" align="right" valign="top">static double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a11636cfe72a7e3eddd3f73b3e894b545">MagickMin</a> (const double x, const double y)</td></tr>
<tr class="separator:a11636cfe72a7e3eddd3f73b3e894b545"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aca74f2e6a05439629baca1e2cca075f4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#aca74f2e6a05439629baca1e2cca075f4">QueryColorname</a> (const <a class="el" href="magick-type_8h.html#a3ceaefc95f67897c6c3c0ea015ba5be0">Image</a> *image, const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *color, const <a class="el" href="color_8h.html#aa8673515c910773807778b398818f7f4">ComplianceType</a> compliance, char *name, <a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *exception)</td></tr>
<tr class="separator:aca74f2e6a05439629baca1e2cca075f4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:a9035155df31b03f68bb767a597947924"><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="color_8c.html#a3c86f724166008b070496292131ce019">ColorMapInfo</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a9035155df31b03f68bb767a597947924">ColorMap</a> []</td></tr>
<tr class="separator:a9035155df31b03f68bb767a597947924"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a553132a632db06ccb6e1afe0f90ba876"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="hashmap_8h.html#a983d93fc1356a208ba15d9ef7487c378">LinkedListInfo</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a553132a632db06ccb6e1afe0f90ba876">color_list</a> = (<a class="el" href="hashmap_8h.html#a983d93fc1356a208ba15d9ef7487c378">LinkedListInfo</a> *) NULL</td></tr>
<tr class="separator:a553132a632db06ccb6e1afe0f90ba876"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa0d6c492ca8a98b62e978b0b1d159889"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="structSemaphoreInfo.html">SemaphoreInfo</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#aa0d6c492ca8a98b62e978b0b1d159889">color_semaphore</a> = (<a class="el" href="structSemaphoreInfo.html">SemaphoreInfo</a> *) NULL</td></tr>
<tr class="separator:aa0d6c492ca8a98b62e978b0b1d159889"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3db1f89667e3ec96d490dce8f9d6cb9c"><td class="memItemLeft" align="right" valign="top">static volatile <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="color_8c.html#a3db1f89667e3ec96d490dce8f9d6cb9c">instantiate_color</a> = <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dda5c7243daf92cdb3082c79d702afcfffc">MagickFalse</a></td></tr>
<tr class="separator:a3db1f89667e3ec96d490dce8f9d6cb9c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Macro Definition Documentation</h2>
<a class="anchor" id="ae3e1e2d4cbfc1c88010fb115dc0e3545"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ColorFilename&#160;&#160;&#160;&quot;colors.xml&quot;</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l00076">76</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l01507">InitializeColorList()</a>.</p>
</div>
</div>
<a class="anchor" id="ab8d8967b12e0292cb0a6a6a7bc5cd2c6"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define SearchImageText&#160;&#160;&#160;&quot; Searching image... &quot;</td>
</tr>
</table>
</div><div class="memdoc">
<p>Referenced by <a class="el" href="color_8c_source.html#l01620">IsEquivalentImage()</a>.</p>
</div>
</div>
<a class="anchor" id="afb6c785041f23503e69d6d0844911772"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define SVGCompliant</td>
<td>(</td>
<td class="paramtype">&#160;</td>
<td class="paramname">component</td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<b>Value:</b><div class="fragment"><div class="line">((double) \</div>
<div class="line"> ScaleCharToQuantum(ScaleQuantumToChar(<a class="code" href="quantum_8h.html#af5e963489957a4602cbf375aa226b850">ClampToQuantum</a>(component))))</div>
</div><!-- fragment -->
<p>Referenced by <a class="el" href="color_8c_source.html#l01399">GetColorTuple()</a>.</p>
</div>
</div>
<h2 class="groupheader">Typedef Documentation</h2>
<a class="anchor" id="a3c86f724166008b070496292131ce019"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef struct <a class="el" href="struct__ColorMapInfo.html">_ColorMapInfo</a> <a class="el" href="color_8c.html#a3c86f724166008b070496292131ce019">ColorMapInfo</a></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a21ec51a809569869915c518d6c973d2c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static int ColorCompare </td>
<td>(</td>
<td class="paramtype">const void *&#160;</td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const void *&#160;</td>
<td class="paramname"><em>y</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01241">1241</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="string_8c_source.html#l01531">LocaleCompare()</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l01256">GetColorList()</a>.</p>
</div>
</div>
<a class="anchor" id="a08abc4c56dbf9d29d6daae06c3d8c8f2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a07784d9b8e7a718c9b4f65368cf546be">MagickPrivate</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> ColorComponentGenesis </td>
<td>(</td>
<td class="paramtype">void&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l00821">821</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="semaphore_8c_source.html#l00095">AcquireSemaphoreInfo()</a>, <a class="el" href="color_8c_source.html#l00791">color_semaphore</a>, and <a class="el" href="magick-type_8h_source.html#l00148">MagickTrue</a>.</p>
<p>Referenced by <a class="el" href="magick_8c_source.html#l01218">MagickCoreGenesis()</a>.</p>
</div>
</div>
<a class="anchor" id="a5dba8c79ac329527fa38a7a4ae34f3b2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a07784d9b8e7a718c9b4f65368cf546be">MagickPrivate</a> void ColorComponentTerminus </td>
<td>(</td>
<td class="paramtype">void&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l00863">863</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="semaphore_8c_source.html#l00095">AcquireSemaphoreInfo()</a>, <a class="el" href="color_8c_source.html#l00788">color_list</a>, <a class="el" href="color_8c_source.html#l00791">color_semaphore</a>, <a class="el" href="color_8c_source.html#l00846">DestroyColorElement()</a>, <a class="el" href="hashmap_8c_source.html#l00410">DestroyLinkedList()</a>, <a class="el" href="semaphore_8c_source.html#l00288">DestroySemaphoreInfo()</a>, <a class="el" href="color_8c_source.html#l00794">instantiate_color</a>, <a class="el" href="semaphore_8c_source.html#l00337">LockSemaphoreInfo()</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, and <a class="el" href="semaphore_8c_source.html#l00467">UnlockSemaphoreInfo()</a>.</p>
<p>Referenced by <a class="el" href="magick_8c_source.html#l01361">MagickCoreTerminus()</a>.</p>
</div>
</div>
<a class="anchor" id="a6ea5588bab9ec5ee974234bb7efcb7bf"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static int ColorInfoCompare </td>
<td>(</td>
<td class="paramtype">const void *&#160;</td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const void *&#160;</td>
<td class="paramname"><em>y</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01146">1146</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="string_8c_source.html#l01531">LocaleCompare()</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l01163">GetColorInfoList()</a>.</p>
</div>
</div>
<a class="anchor" id="aad98b3569e339e6e0fd4ee91970569bc"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> void ConcatenateColorComponent </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *&#160;</td>
<td class="paramname"><em>pixel</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="pixel_8h.html#a93c37e430be67328e9fa004b210d2ca9">PixelChannel</a>&#160;</td>
<td class="paramname"><em>component</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="color_8h.html#aa8673515c910773807778b398818f7f4">ComplianceType</a>&#160;</td>
<td class="paramname"><em>compliance</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>tuple</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01024">1024</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::alpha</a>, <a class="el" href="pixel_8h_source.html#l00095">AlphaPixelChannel</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::black</a>, <a class="el" href="pixel_8h_source.html#l00094">BlackPixelChannel</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::blue</a>, <a class="el" href="pixel_8h_source.html#l00091">BluePixelChannel</a>, <a class="el" href="quantum_8h_source.html#l00084">ClampToQuantum()</a>, <a class="el" href="pixel_8h_source.html#l00130">_PixelInfo::colorspace</a>, <a class="el" href="string_8c_source.html#l00415">ConcatenateMagickString()</a>, <a class="el" href="pixel_8h_source.html#l00139">_PixelInfo::depth</a>, <a class="el" href="locale_8c_source.html#l00381">FormatLocaleString()</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::green</a>, <a class="el" href="pixel_8h_source.html#l00087">GreenPixelChannel</a>, <a class="el" href="colorspace_8h_source.html#l00031">HCLColorspace</a>, <a class="el" href="colorspace_8h_source.html#l00032">HSBColorspace</a>, <a class="el" href="colorspace_8h_source.html#l00033">HSLColorspace</a>, <a class="el" href="colorspace_8h_source.html#l00034">HWBColorspace</a>, <a class="el" href="method-attribute_8h_source.html#l00108">MaxTextExtent</a>, <a class="el" href="magick-type_8h_source.html#l00103">QuantumScale</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::red</a>, <a class="el" href="pixel_8h_source.html#l00081">RedPixelChannel</a>, and <a class="el" href="color_8h_source.html#l00032">SVGCompliance</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l01399">GetColorTuple()</a>, <a class="el" href="histogram_8c_source.html#l01082">GetNumberColors()</a>, and <a class="el" href="identify_8c_source.html#l00236">IdentifyImage()</a>.</p>
</div>
</div>
<a class="anchor" id="af47f8691b81dc53bfa99571ca39c723d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void ConcatentateHexColorComponent </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *&#160;</td>
<td class="paramname"><em>pixel</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="pixel_8h.html#a93c37e430be67328e9fa004b210d2ca9">PixelChannel</a>&#160;</td>
<td class="paramname"><em>channel</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>tuple</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01331">1331</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::alpha</a>, <a class="el" href="pixel_8h_source.html#l00095">AlphaPixelChannel</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::black</a>, <a class="el" href="pixel_8h_source.html#l00094">BlackPixelChannel</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::blue</a>, <a class="el" href="pixel_8h_source.html#l00091">BluePixelChannel</a>, <a class="el" href="quantum_8h_source.html#l00084">ClampToQuantum()</a>, <a class="el" href="string_8c_source.html#l00415">ConcatenateMagickString()</a>, <a class="el" href="pixel_8h_source.html#l00139">_PixelInfo::depth</a>, <a class="el" href="locale_8c_source.html#l00381">FormatLocaleString()</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::green</a>, <a class="el" href="pixel_8h_source.html#l00087">GreenPixelChannel</a>, <a class="el" href="method-attribute_8h_source.html#l00108">MaxTextExtent</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::red</a>, and <a class="el" href="pixel_8h_source.html#l00081">RedPixelChannel</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l01399">GetColorTuple()</a>.</p>
</div>
</div>
<a class="anchor" id="a9f9321a6a26c19b5f3ec901f9d4b0081"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void* DestroyColorElement </td>
<td>(</td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>color_info</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l00846">846</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="string_8c_source.html#l00814">DestroyString()</a>, <a class="el" href="color_8h_source.html#l00051">_ColorInfo::exempt</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::name</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::path</a>, and <a class="el" href="memory_8c_source.html#l00773">RelinquishMagickMemory()</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l00863">ColorComponentTerminus()</a>.</p>
</div>
</div>
<a class="anchor" id="a8ac28430de7559064771a24bd6bd5106"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> const <a class="el" href="color_8h.html#ab8e2fab79b3f1d32344666a3ca9ac590">ColorInfo</a>* GetColorCompliance </td>
<td>(</td>
<td class="paramtype">const char *&#160;</td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="color_8h.html#aa8673515c910773807778b398818f7f4">ComplianceType</a>&#160;</td>
<td class="paramname"><em>compliance</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l00903">903</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="color_8c_source.html#l00788">color_list</a>, <a class="el" href="color_8c_source.html#l00791">color_semaphore</a>, <a class="el" href="color_8h_source.html#l00045">_ColorInfo::compliance</a>, <a class="el" href="string_8c_source.html#l00744">CopyMagickString()</a>, <a class="el" href="log_8h_source.html#l00029">GetMagickModule</a>, <a class="el" href="hashmap_8c_source.html#l00626">GetNextValueInLinkedList()</a>, <a class="el" href="hashmap_8c_source.html#l00816">GetValueFromLinkedList()</a>, <a class="el" href="color_8c_source.html#l01507">InitializeColorList()</a>, <a class="el" href="hashmap_8c_source.html#l01020">InsertValueInLinkedList()</a>, <a class="el" href="color_8c_source.html#l00794">instantiate_color</a>, <a class="el" href="hashmap_8c_source.html#l01241">IsLinkedListEmpty()</a>, <a class="el" href="string_8c_source.html#l01531">LocaleCompare()</a>, <a class="el" href="semaphore_8c_source.html#l00337">LockSemaphoreInfo()</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="method-attribute_8h_source.html#l00108">MaxTextExtent</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::name</a>, <a class="el" href="exception_8h_source.html#l00034">OptionWarning</a>, <a class="el" href="hashmap_8c_source.html#l01639">RemoveElementByValueFromLinkedList()</a>, <a class="el" href="hashmap_8c_source.html#l01973">ResetLinkedListIterator()</a>, <a class="el" href="exception_8c_source.html#l01039">ThrowMagickException()</a>, and <a class="el" href="semaphore_8c_source.html#l00467">UnlockSemaphoreInfo()</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l00988">GetColorInfo()</a>, and <a class="el" href="color_8c_source.html#l02148">QueryColorCompliance()</a>.</p>
</div>
</div>
<a class="anchor" id="a5c731ac824a6ab0c36531e8a2f908f5d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> const <a class="el" href="color_8h.html#ab8e2fab79b3f1d32344666a3ca9ac590">ColorInfo</a>* GetColorInfo </td>
<td>(</td>
<td class="paramtype">const char *&#160;</td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l00988">988</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="color_8h_source.html#l00035">AllCompliance</a>, and <a class="el" href="color_8c_source.html#l00903">GetColorCompliance()</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l01163">GetColorInfoList()</a>, <a class="el" href="color_8c_source.html#l01256">GetColorList()</a>, and <a class="el" href="color_8c_source.html#l02500">QueryColorname()</a>.</p>
</div>
</div>
<a class="anchor" id="a9b27a79ac3d44510c969c7718112a36d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> const <a class="el" href="color_8h.html#ab8e2fab79b3f1d32344666a3ca9ac590">ColorInfo</a>** GetColorInfoList </td>
<td>(</td>
<td class="paramtype">const char *&#160;</td>
<td class="paramname"><em>pattern</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t *&#160;</td>
<td class="paramname"><em>number_colors</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01163">1163</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="memory_8c_source.html#l00481">AcquireQuantumMemory()</a>, <a class="el" href="color_8c_source.html#l00788">color_list</a>, <a class="el" href="color_8c_source.html#l00791">color_semaphore</a>, <a class="el" href="color_8c_source.html#l01146">ColorInfoCompare()</a>, <a class="el" href="color_8c_source.html#l00988">GetColorInfo()</a>, <a class="el" href="log_8h_source.html#l00029">GetMagickModule</a>, <a class="el" href="hashmap_8c_source.html#l00626">GetNextValueInLinkedList()</a>, <a class="el" href="hashmap_8c_source.html#l00703">GetNumberOfElementsInLinkedList()</a>, <a class="el" href="token_8c_source.html#l00320">GlobExpression()</a>, <a class="el" href="semaphore_8c_source.html#l00337">LockSemaphoreInfo()</a>, <a class="el" href="log_8c_source.html#l01236">LogMagickEvent()</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::name</a>, <a class="el" href="hashmap_8c_source.html#l01973">ResetLinkedListIterator()</a>, <a class="el" href="color_8h_source.html#l00051">_ColorInfo::stealth</a>, <a class="el" href="log_8h_source.html#l00053">TraceEvent</a>, and <a class="el" href="semaphore_8c_source.html#l00467">UnlockSemaphoreInfo()</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l01733">ListColorInfo()</a>.</p>
</div>
</div>
<a class="anchor" id="a5847a7dd8e4b1173c4d33e3a0e2c68ed"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> char** GetColorList </td>
<td>(</td>
<td class="paramtype">const char *&#160;</td>
<td class="paramname"><em>pattern</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t *&#160;</td>
<td class="paramname"><em>number_colors</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01256">1256</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="memory_8c_source.html#l00481">AcquireQuantumMemory()</a>, <a class="el" href="color_8c_source.html#l00788">color_list</a>, <a class="el" href="color_8c_source.html#l00791">color_semaphore</a>, <a class="el" href="color_8c_source.html#l01241">ColorCompare()</a>, <a class="el" href="string_8c_source.html#l00689">ConstantString()</a>, <a class="el" href="color_8c_source.html#l00988">GetColorInfo()</a>, <a class="el" href="log_8h_source.html#l00029">GetMagickModule</a>, <a class="el" href="hashmap_8c_source.html#l00626">GetNextValueInLinkedList()</a>, <a class="el" href="hashmap_8c_source.html#l00703">GetNumberOfElementsInLinkedList()</a>, <a class="el" href="token_8c_source.html#l00320">GlobExpression()</a>, <a class="el" href="semaphore_8c_source.html#l00337">LockSemaphoreInfo()</a>, <a class="el" href="log_8c_source.html#l01236">LogMagickEvent()</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::name</a>, <a class="el" href="hashmap_8c_source.html#l01973">ResetLinkedListIterator()</a>, <a class="el" href="color_8h_source.html#l00051">_ColorInfo::stealth</a>, <a class="el" href="log_8h_source.html#l00053">TraceEvent</a>, and <a class="el" href="semaphore_8c_source.html#l00467">UnlockSemaphoreInfo()</a>.</p>
</div>
</div>
<a class="anchor" id="aa8847b6f7ef348f43435a86852274dde"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> void GetColorTuple </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *&#160;</td>
<td class="paramname"><em>pixel</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a>&#160;</td>
<td class="paramname"><em>hex</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>tuple</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01399">1399</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::alpha</a>, <a class="el" href="pixel_8h_source.html#l00133">_PixelInfo::alpha_trait</a>, <a class="el" href="pixel_8h_source.html#l00095">AlphaPixelChannel</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::black</a>, <a class="el" href="pixel_8h_source.html#l00094">BlackPixelChannel</a>, <a class="el" href="pixel_8h_source.html#l00109">BlendPixelTrait</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::blue</a>, <a class="el" href="pixel_8h_source.html#l00091">BluePixelChannel</a>, <a class="el" href="colorspace_8h_source.html#l00029">CMYKColorspace</a>, <a class="el" href="pixel_8h_source.html#l00130">_PixelInfo::colorspace</a>, <a class="el" href="option_8c_source.html#l02268">CommandOptionToMnemonic()</a>, <a class="el" href="color_8c_source.html#l01024">ConcatenateColorComponent()</a>, <a class="el" href="string_8c_source.html#l00415">ConcatenateMagickString()</a>, <a class="el" href="color_8c_source.html#l01331">ConcatentateHexColorComponent()</a>, <a class="el" href="pixel_8h_source.html#l00139">_PixelInfo::depth</a>, <a class="el" href="log_8h_source.html#l00029">GetMagickModule</a>, <a class="el" href="colorspace_8h_source.html#l00030">GRAYColorspace</a>, <a class="el" href="pixel_8h_source.html#l00083">GrayPixelChannel</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::green</a>, <a class="el" href="pixel_8h_source.html#l00087">GreenPixelChannel</a>, <a class="el" href="string_8c_source.html#l01584">LocaleLower()</a>, <a class="el" href="log_8c_source.html#l01236">LogMagickEvent()</a>, <a class="el" href="option_8h_source.html#l00037">MagickColorspaceOptions</a>, <a class="el" href="magick-type_8h_source.html#l00100">MagickEpsilon</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="magick-type_8h_source.html#l00148">MagickTrue</a>, <a class="el" href="method-attribute_8h_source.html#l00108">MaxTextExtent</a>, <a class="el" href="image_8h_source.html#l00028">OpaqueAlpha</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::red</a>, <a class="el" href="pixel_8h_source.html#l00081">RedPixelChannel</a>, <a class="el" href="color_8h_source.html#l00032">SVGCompliance</a>, <a class="el" href="color_8c.html#afb6c785041f23503e69d6d0844911772">SVGCompliant</a>, and <a class="el" href="log_8h_source.html#l00053">TraceEvent</a>.</p>
<p>Referenced by <a class="el" href="histogram_8c_source.html#l01082">GetNumberColors()</a>, <a class="el" href="identify_8c_source.html#l00236">IdentifyImage()</a>, <a class="el" href="color_8c_source.html#l01733">ListColorInfo()</a>, and <a class="el" href="color_8c_source.html#l02500">QueryColorname()</a>.</p>
</div>
</div>
<a class="anchor" id="a9b08dc2972ffc3223523cd92f936f228"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> InitializeColorList </td>
<td>(</td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01507">1507</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="semaphore_8c_source.html#l00095">AcquireSemaphoreInfo()</a>, <a class="el" href="color_8c_source.html#l00788">color_list</a>, <a class="el" href="color_8c_source.html#l00791">color_semaphore</a>, <a class="el" href="color_8c_source.html#l00076">ColorFilename</a>, <a class="el" href="color_8c_source.html#l00794">instantiate_color</a>, <a class="el" href="color_8c_source.html#l02040">LoadColorLists()</a>, <a class="el" href="semaphore_8c_source.html#l00337">LockSemaphoreInfo()</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="magick-type_8h_source.html#l00148">MagickTrue</a>, and <a class="el" href="semaphore_8c_source.html#l00467">UnlockSemaphoreInfo()</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l00903">GetColorCompliance()</a>.</p>
</div>
</div>
<a class="anchor" id="a8519100db5e42c485494f08cacdbce64"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> IsEquivalentAlpha </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="magick-type_8h.html#a3ceaefc95f67897c6c3c0ea015ba5be0">Image</a> *&#160;</td>
<td class="paramname"><em>image</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *&#160;</td>
<td class="paramname"><em>p</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *&#160;</td>
<td class="paramname"><em>q</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01563">1563</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::alpha</a>, <a class="el" href="image_8h_source.html#l00273">_Image::alpha_trait</a>, <a class="el" href="pixel_8h_source.html#l00109">BlendPixelTrait</a>, <a class="el" href="image_8h_source.html#l00214">_Image::fuzz</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="color_8c_source.html#l01556">MagickMax()</a>, <a class="el" href="image-private_8h_source.html#l00028">MagickSQ1_2</a>, and <a class="el" href="magick-type_8h_source.html#l00148">MagickTrue</a>.</p>
</div>
</div>
<a class="anchor" id="ae40ee2871fdbfadde6cf29ff116932bc"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> IsEquivalentImage </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="magick-type_8h.html#a3ceaefc95f67897c6c3c0ea015ba5be0">Image</a> *&#160;</td>
<td class="paramname"><em>image</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="magick-type_8h.html#a3ceaefc95f67897c6c3c0ea015ba5be0">Image</a> *&#160;</td>
<td class="paramname"><em>target_image</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ssize_t *&#160;</td>
<td class="paramname"><em>x_offset</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ssize_t *&#160;</td>
<td class="paramname"><em>y_offset</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01620">1620</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="cache-view_8c_source.html#l00150">AcquireVirtualCacheView()</a>, <a class="el" href="image_8h_source.html#l00170">_Image::columns</a>, <a class="el" href="image_8h_source.html#l00327">_Image::debug</a>, <a class="el" href="cache-view_8c_source.html#l00250">DestroyCacheView()</a>, <a class="el" href="image_8h_source.html#l00312">_Image::filename</a>, <a class="el" href="cache-view_8c_source.html#l00659">GetCacheViewVirtualPixels()</a>, <a class="el" href="log_8h_source.html#l00029">GetMagickModule</a>, <a class="el" href="pixel_8c_source.html#l02065">GetPixelInfo()</a>, <a class="el" href="pixel-accessor_8h_source.html#l00341">GetPixelInfoPixel()</a>, <a class="el" href="pixel_8c_source.html#l05818">IsFuzzyEquivalencePixelInfo()</a>, <a class="el" href="log_8c_source.html#l01236">LogMagickEvent()</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="method-attribute_8h_source.html#l00106">MagickSignature</a>, <a class="el" href="magick-type_8h_source.html#l00148">MagickTrue</a>, <a class="el" href="image_8h_source.html#l00296">_Image::progress_monitor</a>, <a class="el" href="image_8h_source.html#l00170">_Image::rows</a>, <a class="el" href="color_8c.html#ab8d8967b12e0292cb0a6a6a7bc5cd2c6">SearchImageText</a>, <a class="el" href="monitor-private_8h_source.html#l00027">SetImageProgress()</a>, <a class="el" href="image_8h_source.html#l00348">_Image::signature</a>, and <a class="el" href="log_8h_source.html#l00053">TraceEvent</a>.</p>
</div>
</div>
<a class="anchor" id="a575ce0b4fe401237a445390d09b725fe"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> ListColorInfo </td>
<td>(</td>
<td class="paramtype">FILE *&#160;</td>
<td class="paramname"><em>file</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01733">1733</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="locale_8c_source.html#l00286">FormatLocaleFile()</a>, <a class="el" href="color_8c_source.html#l01163">GetColorInfoList()</a>, <a class="el" href="color_8c_source.html#l01399">GetColorTuple()</a>, <a class="el" href="string_8c_source.html#l01531">LocaleCompare()</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="magick-type_8h_source.html#l00148">MagickTrue</a>, <a class="el" href="method-attribute_8h_source.html#l00108">MaxTextExtent</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::path</a>, <a class="el" href="memory_8c_source.html#l00773">RelinquishMagickMemory()</a>, <a class="el" href="color_8h_source.html#l00032">SVGCompliance</a>, <a class="el" href="color_8h_source.html#l00033">X11Compliance</a>, and <a class="el" href="color_8h_source.html#l00034">XPMCompliance</a>.</p>
</div>
</div>
<a class="anchor" id="a8b65a806b5f7697220660a9ac51cfcb3"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> LoadColorList </td>
<td>(</td>
<td class="paramtype">const char *&#160;</td>
<td class="paramname"><em>xml</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char *&#160;</td>
<td class="paramname"><em>filename</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const size_t&#160;</td>
<td class="paramname"><em>depth</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01823">1823</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="memory_8c_source.html#l00410">AcquireMagickMemory()</a>, <a class="el" href="string_8c_source.html#l00119">AcquireString()</a>, <a class="el" href="color_8h_source.html#l00035">AllCompliance</a>, <a class="el" href="hashmap_8c_source.html#l00155">AppendValueToLinkedList()</a>, <a class="el" href="color_8h_source.html#l00048">_ColorInfo::color</a>, <a class="el" href="color_8c_source.html#l00788">color_list</a>, <a class="el" href="color_8h_source.html#l00045">_ColorInfo::compliance</a>, <a class="el" href="string_8c_source.html#l00415">ConcatenateMagickString()</a>, <a class="el" href="exception_8h_source.html#l00075">ConfigureError</a>, <a class="el" href="log_8h_source.html#l00043">ConfigureEvent</a>, <a class="el" href="string_8c_source.html#l00689">ConstantString()</a>, <a class="el" href="string_8c_source.html#l00744">CopyMagickString()</a>, <a class="el" href="studio_8h_source.html#l00252">DirectorySeparator</a>, <a class="el" href="color_8h_source.html#l00051">_ColorInfo::exempt</a>, <a class="el" href="string_8c_source.html#l00989">FileToString()</a>, <a class="el" href="log_8h_source.html#l00029">GetMagickModule</a>, <a class="el" href="token_8c_source.html#l00169">GetMagickToken()</a>, <a class="el" href="utility_8c_source.html#l01186">GetPathComponent()</a>, <a class="el" href="token_8c_source.html#l00320">GlobExpression()</a>, <a class="el" href="utility_8h_source.html#l00030">HeadPath</a>, <a class="el" href="string_8c_source.html#l01444">IsStringTrue()</a>, <a class="el" href="string_8c_source.html#l01531">LocaleCompare()</a>, <a class="el" href="string_8c_source.html#l01631">LocaleNCompare()</a>, <a class="el" href="log_8c_source.html#l01236">LogMagickEvent()</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="method-attribute_8h_source.html#l00106">MagickSignature</a>, <a class="el" href="magick-type_8h_source.html#l00148">MagickTrue</a>, <a class="el" href="method-attribute_8h_source.html#l00108">MaxTextExtent</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::name</a>, <a class="el" href="hashmap_8c_source.html#l01404">NewLinkedList()</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::path</a>, <a class="el" href="color_8c_source.html#l02148">QueryColorCompliance()</a>, <a class="el" href="memory_8c_source.html#l00773">RelinquishMagickMemory()</a>, <a class="el" href="memory_8c_source.html#l00845">ResetMagickMemory()</a>, <a class="el" href="exception_8h_source.html#l00055">ResourceLimitError</a>, <a class="el" href="exception_8h_source.html#l00078">ResourceLimitFatalError</a>, <a class="el" href="color_8h_source.html#l00055">_ColorInfo::signature</a>, <a class="el" href="color_8h_source.html#l00051">_ColorInfo::stealth</a>, <a class="el" href="color_8h_source.html#l00032">SVGCompliance</a>, <a class="el" href="exception-private_8h_source.html#l00036">ThrowFatalException</a>, <a class="el" href="exception-private_8h_source.html#l00054">ThrowFileException</a>, <a class="el" href="exception_8c_source.html#l01039">ThrowMagickException()</a>, <a class="el" href="color_8h_source.html#l00033">X11Compliance</a>, and <a class="el" href="color_8h_source.html#l00034">XPMCompliance</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l02040">LoadColorLists()</a>.</p>
</div>
</div>
<a class="anchor" id="a9446c9522f9c95049066a479d419ef73"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> LoadColorLists </td>
<td>(</td>
<td class="paramtype">const char *&#160;</td>
<td class="paramname"><em>filename</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l02040">2040</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="memory_8c_source.html#l00410">AcquireMagickMemory()</a>, <a class="el" href="color_8c_source.html#l00092">_ColorMapInfo::alpha</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::alpha</a>, <a class="el" href="hashmap_8c_source.html#l00155">AppendValueToLinkedList()</a>, <a class="el" href="color_8c_source.html#l00087">_ColorMapInfo::blue</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::blue</a>, <a class="el" href="color_8h_source.html#l00048">_ColorInfo::color</a>, <a class="el" href="color_8c_source.html#l00788">color_list</a>, <a class="el" href="color_8c_source.html#l00102">ColorMap</a>, <a class="el" href="color_8h_source.html#l00045">_ColorInfo::compliance</a>, <a class="el" href="color_8c_source.html#l00095">_ColorMapInfo::compliance</a>, <a class="el" href="configure_8c_source.html#l00229">DestroyConfigureOptions()</a>, <a class="el" href="color_8h_source.html#l00051">_ColorInfo::exempt</a>, <a class="el" href="configure_8c_source.html#l00560">GetConfigureOptions()</a>, <a class="el" href="log_8h_source.html#l00029">GetMagickModule</a>, <a class="el" href="hashmap_8c_source.html#l00626">GetNextValueInLinkedList()</a>, <a class="el" href="pixel_8c_source.html#l02065">GetPixelInfo()</a>, <a class="el" href="string_8c_source.html#l01263">GetStringInfoDatum()</a>, <a class="el" href="string_8c_source.html#l01321">GetStringInfoPath()</a>, <a class="el" href="color_8c_source.html#l00087">_ColorMapInfo::green</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::green</a>, <a class="el" href="color_8c_source.html#l01823">LoadColorList()</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="method-attribute_8h_source.html#l00106">MagickSignature</a>, <a class="el" href="magick-type_8h_source.html#l00148">MagickTrue</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::name</a>, <a class="el" href="color_8c_source.html#l00084">_ColorMapInfo::name</a>, <a class="el" href="hashmap_8c_source.html#l01404">NewLinkedList()</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::path</a>, <a class="el" href="magick-type_8h_source.html#l00071">QuantumRange</a>, <a class="el" href="color_8c_source.html#l00087">_ColorMapInfo::red</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::red</a>, <a class="el" href="memory_8c_source.html#l00845">ResetMagickMemory()</a>, <a class="el" href="exception_8h_source.html#l00055">ResourceLimitError</a>, <a class="el" href="color_8h_source.html#l00055">_ColorInfo::signature</a>, <a class="el" href="exception-private_8h_source.html#l00054">ThrowFileException</a>, and <a class="el" href="exception_8c_source.html#l01039">ThrowMagickException()</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l01507">InitializeColorList()</a>.</p>
</div>
</div>
<a class="anchor" id="aaf56051e2b875921b5098f5accdfb327"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static double MagickMax </td>
<td>(</td>
<td class="paramtype">const double&#160;</td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const double&#160;</td>
<td class="paramname"><em>y</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l01556">1556</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l01563">IsEquivalentAlpha()</a>.</p>
</div>
</div>
<a class="anchor" id="a11636cfe72a7e3eddd3f73b3e894b545"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static double MagickMin </td>
<td>(</td>
<td class="paramtype">const double&#160;</td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const double&#160;</td>
<td class="paramname"><em>y</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l02493">2493</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l02500">QueryColorname()</a>.</p>
</div>
</div>
<a class="anchor" id="ab53de427ba0130bb18713b88c6347c21"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> QueryColorCompliance </td>
<td>(</td>
<td class="paramtype">const char *&#160;</td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="color_8h.html#aa8673515c910773807778b398818f7f4">ComplianceType</a>&#160;</td>
<td class="paramname"><em>compliance</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *&#160;</td>
<td class="paramname"><em>color</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l02148">2148</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="string_8c_source.html#l00119">AcquireString()</a>, <a class="el" href="color_8h_source.html#l00035">AllCompliance</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::alpha</a>, <a class="el" href="pixel_8h_source.html#l00156">_PixelPacket::alpha</a>, <a class="el" href="pixel_8h_source.html#l00133">_PixelInfo::alpha_trait</a>, <a class="el" href="image_8c_source.html#l00106">BackgroundColor</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::black</a>, <a class="el" href="pixel_8h_source.html#l00109">BlendPixelTrait</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::blue</a>, <a class="el" href="pixel_8h_source.html#l00156">_PixelPacket::blue</a>, <a class="el" href="geometry_8h_source.html#l00105">_GeometryInfo::chi</a>, <a class="el" href="geometry_8h_source.html#l00041">ChiValue</a>, <a class="el" href="quantum_8h_source.html#l00084">ClampToQuantum()</a>, <a class="el" href="colorspace_8h_source.html#l00029">CMYKColorspace</a>, <a class="el" href="color_8h_source.html#l00048">_ColorInfo::color</a>, <a class="el" href="pixel_8h_source.html#l00130">_PixelInfo::colorspace</a>, <a class="el" href="gem-private_8h.html#a66160264b191909eb7a632d4e3dbdd72">ConvertHCLToRGB()</a>, <a class="el" href="gem-private_8h.html#a23589b00bc211040f09d61614c4fcdce">ConvertHSBToRGB()</a>, <a class="el" href="gem_8c_source.html#l00299">ConvertHSLToRGB()</a>, <a class="el" href="gem-private_8h.html#aa288d2545f27a31e2ad9f9555dc146e9">ConvertHWBToRGB()</a>, <a class="el" href="string_8c_source.html#l00744">CopyMagickString()</a>, <a class="el" href="string_8c_source.html#l00814">DestroyString()</a>, <a class="el" href="color_8c_source.html#l00903">GetColorCompliance()</a>, <a class="el" href="log_8h_source.html#l00029">GetMagickModule</a>, <a class="el" href="pixel_8c_source.html#l02065">GetPixelInfo()</a>, <a class="el" href="quantum-private_8h_source.html#l00091">GetQuantumRange()</a>, <a class="el" href="colorspace_8h_source.html#l00030">GRAYColorspace</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::green</a>, <a class="el" href="pixel_8h_source.html#l00156">_PixelPacket::green</a>, <a class="el" href="colorspace_8h_source.html#l00031">HCLColorspace</a>, <a class="el" href="colorspace_8h_source.html#l00032">HSBColorspace</a>, <a class="el" href="colorspace_8h_source.html#l00033">HSLColorspace</a>, <a class="el" href="colorspace_8h_source.html#l00034">HWBColorspace</a>, <a class="el" href="string_8c_source.html#l01531">LocaleCompare()</a>, <a class="el" href="string_8c_source.html#l01584">LocaleLower()</a>, <a class="el" href="string_8c_source.html#l01631">LocaleNCompare()</a>, <a class="el" href="log_8c_source.html#l01236">LogMagickEvent()</a>, <a class="el" href="option_8h_source.html#l00037">MagickColorspaceOptions</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="magick-type_8h_source.html#l00148">MagickTrue</a>, <a class="el" href="method-attribute_8h_source.html#l00108">MaxTextExtent</a>, <a class="el" href="image_8h_source.html#l00028">OpaqueAlpha</a>, <a class="el" href="exception_8h_source.html#l00034">OptionWarning</a>, <a class="el" href="option_8c_source.html#l02481">ParseCommandOption()</a>, <a class="el" href="geometry_8c_source.html#l00808">ParseGeometry()</a>, <a class="el" href="geometry_8h_source.html#l00049">PercentValue</a>, <a class="el" href="geometry_8h_source.html#l00105">_GeometryInfo::psi</a>, <a class="el" href="geometry_8h_source.html#l00034">PsiValue</a>, <a class="el" href="magick-type_8h_source.html#l00071">QuantumRange</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::red</a>, <a class="el" href="pixel_8h_source.html#l00156">_PixelPacket::red</a>, <a class="el" href="memory_8c_source.html#l00845">ResetMagickMemory()</a>, <a class="el" href="colorspace_8h_source.html#l00045">RGBColorspace</a>, <a class="el" href="geometry_8h_source.html#l00105">_GeometryInfo::rho</a>, <a class="el" href="geometry_8h_source.html#l00037">RhoValue</a>, <a class="el" href="quantum-private_8h_source.html#l00271">ScaleAnyToQuantum()</a>, <a class="el" href="geometry_8c_source.html#l01568">SetGeometryInfo()</a>, <a class="el" href="geometry_8h_source.html#l00105">_GeometryInfo::sigma</a>, <a class="el" href="geometry_8h_source.html#l00040">SigmaValue</a>, <a class="el" href="colorspace_8h_source.html#l00046">sRGBColorspace</a>, <a class="el" href="string_8c_source.html#l02662">SubstituteString()</a>, <a class="el" href="exception_8c_source.html#l01039">ThrowMagickException()</a>, <a class="el" href="log_8h_source.html#l00053">TraceEvent</a>, <a class="el" href="pixel_8h_source.html#l00106">UndefinedPixelTrait</a>, <a class="el" href="geometry_8h_source.html#l00105">_GeometryInfo::xi</a>, and <a class="el" href="geometry_8h_source.html#l00031">XiValue</a>.</p>
<p>Referenced by <a class="el" href="image_8c_source.html#l00151">AcquireImage()</a>, <a class="el" href="compare_8c_source.html#l00104">CompareImages()</a>, <a class="el" href="draw_8c_source.html#l01255">DrawBoundingRectangles()</a>, <a class="el" href="draw_8c_source.html#l01396">DrawClipPath()</a>, <a class="el" href="draw_8c_source.html#l01672">DrawImage()</a>, <a class="el" href="draw_8c_source.html#l03464">DrawPatternPath()</a>, <a class="el" href="paint_8c_source.html#l00108">FloodfillPaintImage()</a>, <a class="el" href="fx_8c_source.html#l01276">FxGetSymbol()</a>, <a class="el" href="draw_8c_source.html#l04751">GetDrawInfo()</a>, <a class="el" href="image_8c_source.html#l01207">GetImageInfo()</a>, <a class="el" href="color_8c_source.html#l01823">LoadColorList()</a>, <a class="el" href="montage_8c_source.html#l00338">MontageImageList()</a>, <a class="el" href="fx_8c_source.html#l03898">PolaroidImage()</a>, <a class="el" href="effect_8c_source.html#l01804">PreviewImage()</a>, <a class="el" href="property_8c_source.html#l03423">SetImageProperty()</a>, <a class="el" href="fx_8c_source.html#l04233">ShadowImage()</a>, <a class="el" href="image_8c_source.html#l03715">SyncImageSettings()</a>, and <a class="el" href="fx_8c_source.html#l05415">VignetteImage()</a>.</p>
</div>
</div>
<a class="anchor" id="aca74f2e6a05439629baca1e2cca075f4"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="method-attribute_8h.html#a487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> QueryColorname </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="magick-type_8h.html#a3ceaefc95f67897c6c3c0ea015ba5be0">Image</a> *&#160;</td>
<td class="paramname"><em>image</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="pixel_8h.html#ae144182098e685dad2a4bd5c97fd244c">PixelInfo</a> *&#160;</td>
<td class="paramname"><em>color</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="color_8h.html#aa8673515c910773807778b398818f7f4">ComplianceType</a>&#160;</td>
<td class="paramname"><em>compliance</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="magick-type_8h.html#a30abf1f7276060a8f218f4ccf3af1935">ExceptionInfo</a> *&#160;</td>
<td class="paramname"><em>exception</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l02500">2500</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>References <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::alpha</a>, <a class="el" href="pixel_8h_source.html#l00133">_PixelInfo::alpha_trait</a>, <a class="el" href="image_8h_source.html#l00273">_Image::alpha_trait</a>, <a class="el" href="pixel_8h_source.html#l00109">BlendPixelTrait</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::blue</a>, <a class="el" href="color_8h_source.html#l00048">_ColorInfo::color</a>, <a class="el" href="color_8c_source.html#l00788">color_list</a>, <a class="el" href="pixel_8h_source.html#l00130">_PixelInfo::colorspace</a>, <a class="el" href="color_8h_source.html#l00045">_ColorInfo::compliance</a>, <a class="el" href="string_8c_source.html#l00744">CopyMagickString()</a>, <a class="el" href="pixel_8h_source.html#l00139">_PixelInfo::depth</a>, <a class="el" href="image_8h_source.html#l00170">_Image::depth</a>, <a class="el" href="color_8c_source.html#l00988">GetColorInfo()</a>, <a class="el" href="color_8c_source.html#l01399">GetColorTuple()</a>, <a class="el" href="hashmap_8c_source.html#l00626">GetNextValueInLinkedList()</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::green</a>, <a class="el" href="colorspace-private_8h_source.html#l00101">IssRGBColorspace()</a>, <a class="el" href="magick-type_8h_source.html#l00100">MagickEpsilon</a>, <a class="el" href="magick-type_8h_source.html#l00147">MagickFalse</a>, <a class="el" href="color_8c_source.html#l02493">MagickMin()</a>, <a class="el" href="magick-type_8h_source.html#l00148">MagickTrue</a>, <a class="el" href="method-attribute_8h_source.html#l00108">MaxTextExtent</a>, <a class="el" href="color_8h_source.html#l00041">_ColorInfo::name</a>, <a class="el" href="image_8h_source.html#l00028">OpaqueAlpha</a>, <a class="el" href="pixel_8h_source.html#l00145">_PixelInfo::red</a>, <a class="el" href="hashmap_8c_source.html#l01973">ResetLinkedListIterator()</a>, <a class="el" href="color_8h_source.html#l00032">SVGCompliance</a>, <a class="el" href="pixel_8h_source.html#l00106">UndefinedPixelTrait</a>, and <a class="el" href="color_8h_source.html#l00034">XPMCompliance</a>.</p>
<p>Referenced by <a class="el" href="property_8c_source.html#l01986">GetImageProperty()</a>, <a class="el" href="histogram_8c_source.html#l01082">GetNumberColors()</a>, and <a class="el" href="identify_8c_source.html#l00236">IdentifyImage()</a>.</p>
</div>
</div>
<h2 class="groupheader">Variable Documentation</h2>
<a class="anchor" id="a553132a632db06ccb6e1afe0f90ba876"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="hashmap_8h.html#a983d93fc1356a208ba15d9ef7487c378">LinkedListInfo</a>* color_list = (<a class="el" href="hashmap_8h.html#a983d93fc1356a208ba15d9ef7487c378">LinkedListInfo</a> *) NULL</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l00788">788</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l00863">ColorComponentTerminus()</a>, <a class="el" href="color_8c_source.html#l00903">GetColorCompliance()</a>, <a class="el" href="color_8c_source.html#l01163">GetColorInfoList()</a>, <a class="el" href="color_8c_source.html#l01256">GetColorList()</a>, <a class="el" href="color_8c_source.html#l01507">InitializeColorList()</a>, <a class="el" href="color_8c_source.html#l01823">LoadColorList()</a>, <a class="el" href="color_8c_source.html#l02040">LoadColorLists()</a>, and <a class="el" href="color_8c_source.html#l02500">QueryColorname()</a>.</p>
</div>
</div>
<a class="anchor" id="aa0d6c492ca8a98b62e978b0b1d159889"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structSemaphoreInfo.html">SemaphoreInfo</a>* color_semaphore = (<a class="el" href="structSemaphoreInfo.html">SemaphoreInfo</a> *) NULL</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l00791">791</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l00821">ColorComponentGenesis()</a>, <a class="el" href="color_8c_source.html#l00863">ColorComponentTerminus()</a>, <a class="el" href="color_8c_source.html#l00903">GetColorCompliance()</a>, <a class="el" href="color_8c_source.html#l01163">GetColorInfoList()</a>, <a class="el" href="color_8c_source.html#l01256">GetColorList()</a>, and <a class="el" href="color_8c_source.html#l01507">InitializeColorList()</a>.</p>
</div>
</div>
<a class="anchor" id="a9035155df31b03f68bb767a597947924"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="color_8c.html#a3c86f724166008b070496292131ce019">ColorMapInfo</a> ColorMap[]</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l00102">102</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l02040">LoadColorLists()</a>.</p>
</div>
</div>
<a class="anchor" id="a3db1f89667e3ec96d490dce8f9d6cb9c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">volatile <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dd">MagickBooleanType</a> instantiate_color = <a class="el" href="magick-type_8h.html#ac740cbce6e8928a679ae3767b49428dda5c7243daf92cdb3082c79d702afcfffc">MagickFalse</a></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="color_8c_source.html#l00794">794</a> of file <a class="el" href="color_8c_source.html">color.c</a>.</p>
<p>Referenced by <a class="el" href="color_8c_source.html#l00863">ColorComponentTerminus()</a>, <a class="el" href="color_8c_source.html#l00903">GetColorCompliance()</a>, and <a class="el" href="color_8c_source.html#l01507">InitializeColorList()</a>.</p>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_43e0a1f539e00dcfa1a6bc4d4fee4fc2.html">home</a></li><li class="navelem"><a class="el" href="dir_68918867e77b0a45f29c43673f2273f8.html">cristy</a></li><li class="navelem"><a class="el" href="dir_ed73005e52fb9d11ccda84631fe63a06.html">ImageMagick</a></li><li class="navelem"><a class="el" href="dir_95a66e94b416f0a122e65928fcf2737e.html">ImageMagick</a></li><li class="navelem"><a class="el" href="dir_7e75216414136f366c55fef7840927ba.html">MagickCore</a></li><li class="navelem"><a class="el" href="color_8c.html">color.c</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3 </li>
</ul>
</div>
</body>
</html>