1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 5<meta http-equiv="X-UA-Compatible" content="IE=9"/> 6<meta name="generator" content="Doxygen 1.8.14"/> 7<meta name="viewport" content="width=device-width, initial-scale=1"/> 8<title>Magick++: Magick::quantizeColorSpaceImage Class Reference</title> 9<link href="tabs.css" rel="stylesheet" type="text/css"/> 10<script type="text/javascript" src="jquery.js"></script> 11<script type="text/javascript" src="dynsections.js"></script> 12<link href="navtree.css" rel="stylesheet" type="text/css"/> 13<script type="text/javascript" src="resize.js"></script> 14<script type="text/javascript" src="navtreedata.js"></script> 15<script type="text/javascript" src="navtree.js"></script> 16<script type="text/javascript"> 17/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ 18 $(document).ready(initResizable); 19/* @license-end */</script> 20<link href="doxygen.css" rel="stylesheet" type="text/css" /> 21</head> 22<body> 23<div id="top"><!-- do not remove this div, it is closed by doxygen! --> 24<div id="titlearea"> 25<table cellspacing="0" cellpadding="0"> 26 <tbody> 27 <tr style="height: 56px;"> 28 <td id="projectalign" style="padding-left: 0.5em;"> 29 <div id="projectname">Magick++ 30  <span id="projectnumber">7.0.10</span> 31 </div> 32 </td> 33 </tr> 34 </tbody> 35</table> 36</div> 37<!-- end header part --> 38<!-- Generated by Doxygen 1.8.14 --> 39</div><!-- top --> 40<div id="side-nav" class="ui-resizable side-nav-resizable"> 41 <div id="nav-tree"> 42 <div id="nav-tree-contents"> 43 <div id="nav-sync" class="sync"></div> 44 </div> 45 </div> 46 <div id="splitbar" style="-moz-user-select:none;" 47 class="ui-resizable-handle"> 48 </div> 49</div> 50<script type="text/javascript"> 51/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ 52$(document).ready(function(){initNavTree('classMagick_1_1quantizeColorSpaceImage.html','');}); 53/* @license-end */ 54</script> 55<div id="doc-content"> 56<div class="header"> 57 <div class="summary"> 58<a href="classMagick_1_1quantizeColorSpaceImage.html#pub-methods">Public Member Functions</a> | 59<a href="https://imagemagick.org/api/Magick++/classMagick_1_1quantizeColorSpaceImage-members.html">List of all members</a> </div> 60 <div class="headertitle"> 61<div class="title">Magick::quantizeColorSpaceImage Class Reference</div> </div> 62</div><!--header--> 63<div class="contents"> 64 65<p><code>#include <<a class="el" href="STL_8h_source.html">STL.h</a>></code></p> 66<table class="memberdecls"> 67<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> 68Public Member Functions</h2></td></tr> 69<tr class="memitem:a99b63ef590126189f59538b101487b0b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classMagick_1_1quantizeColorSpaceImage.html#a99b63ef590126189f59538b101487b0b">quantizeColorSpaceImage</a> (const ColorspaceType colorSpace_)</td></tr> 70<tr class="separator:a99b63ef590126189f59538b101487b0b"><td class="memSeparator" colspan="2"> </td></tr> 71<tr class="memitem:acff7381596c3af3238a9cef6f0e8f9fb"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classMagick_1_1quantizeColorSpaceImage.html#acff7381596c3af3238a9cef6f0e8f9fb">operator()</a> (<a class="el" href="classMagick_1_1Image.html">Image</a> &image_) const</td></tr> 72<tr class="separator:acff7381596c3af3238a9cef6f0e8f9fb"><td class="memSeparator" colspan="2"> </td></tr> 73</table> 74<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> 75<div class="textblock"> 76<p class="definition">Definition at line <a class="el" href="STL_8h_source.html#l01659">1659</a> of file <a class="el" href="STL_8h_source.html">STL.h</a>.</p> 77</div><h2 class="groupheader">Constructor & Destructor Documentation</h2> 78<a id="a99b63ef590126189f59538b101487b0b"></a> 79<h2 class="memtitle"><span class="permalink"><a href="classMagick_1_1quantizeColorSpaceImage.html#a99b63ef590126189f59538b101487b0b">◆ </a></span>quantizeColorSpaceImage()</h2> 80 81<div class="memitem"> 82<div class="memproto"> 83 <table class="memname"> 84 <tr> 85 <td class="memname">Magick::quantizeColorSpaceImage::quantizeColorSpaceImage </td> 86 <td>(</td> 87 <td class="paramtype">const ColorspaceType </td> 88 <td class="paramname"><em>colorSpace_</em></td><td>)</td> 89 <td></td> 90 </tr> 91 </table> 92</div><div class="memdoc"> 93 94<p class="definition">Definition at line <a class="el" href="STL_8cpp_source.html#l01491">1491</a> of file <a class="el" href="STL_8cpp_source.html">STL.cpp</a>.</p> 95 96</div> 97</div> 98<h2 class="groupheader">Member Function Documentation</h2> 99<a id="acff7381596c3af3238a9cef6f0e8f9fb"></a> 100<h2 class="memtitle"><span class="permalink"><a href="classMagick_1_1quantizeColorSpaceImage.html#acff7381596c3af3238a9cef6f0e8f9fb">◆ </a></span>operator()()</h2> 101 102<div class="memitem"> 103<div class="memproto"> 104 <table class="memname"> 105 <tr> 106 <td class="memname">void Magick::quantizeColorSpaceImage::operator() </td> 107 <td>(</td> 108 <td class="paramtype"><a class="el" href="classMagick_1_1Image.html">Magick::Image</a> & </td> 109 <td class="paramname"><em>image_</em></td><td>)</td> 110 <td> const</td> 111 </tr> 112 </table> 113</div><div class="memdoc"> 114 115<p class="definition">Definition at line <a class="el" href="STL_8cpp_source.html#l01495">1495</a> of file <a class="el" href="STL_8cpp_source.html">STL.cpp</a>.</p> 116 117<p class="reference">References <a class="el" href="Image_8cpp_source.html#l01269">Magick::Image::quantizeColorSpace()</a>.</p> 118 119</div> 120</div> 121<hr/>The documentation for this class was generated from the following files:<ul> 122<li><a class="el" href="STL_8h_source.html">STL.h</a></li> 123<li><a class="el" href="STL_8cpp_source.html">STL.cpp</a></li> 124</ul> 125</div><!-- contents --> 126</div><!-- doc-content --> 127<!-- start footer part --> 128<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> 129 <ul> 130 <li class="navelem"><a class="el" href="namespaceMagick.html">Magick</a></li><li class="navelem"><a class="el" href="classMagick_1_1quantizeColorSpaceImage.html">quantizeColorSpaceImage</a></li> 131 <li class="footer">Generated by 132 <a href="http://www.doxygen.org/index.html"> 133 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li> 134 </ul> 135</div> 136</body> 137</html> 138