Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 7865

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Changes the color value of any pixel that matches target</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="imagick.oilpaintimage.html">Imagick::oilPaintImage</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="imagick.optimizeimagelayers.html">Imagick::optimizeImageLayers</a></div>
 <div class="up"><a href="class.imagick.html">Imagick</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="imagick.opaquepaintimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::opaquePaintImage</h1>
  <p class="verinfo">(No version information available, might only be in SVN)</p><p class="refpurpose"><span class="refname">Imagick::opaquePaintImage</span> &mdash; <span class="dc-title">Changes the color value of any pixel that matches target</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.opaquepaintimage-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>Imagick::opaquePaintImage</strong></span>
    ( <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$target</code></span>
   , <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$fill</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$fuzz</code></span>
   , <span class="methodparam"><span class="type">bool</span> <code class="parameter">$invert</code></span>
   [, <span class="methodparam"><span class="type">int</span> <code class="parameter">$channel</code><span class="initializer"> = Imagick::CHANNEL_DEFAULT</span></span>
  ] )</div>


  <p class="para rdfs-comment">
   Changes any pixel that matches color with the color defined by fill.
   This method is available if Imagick has been compiled against ImageMagick version 6.3.8 or newer.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.opaquepaintimage-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">target</code></em></span>
     <dd>

      <p class="para">
       ImagickPixel object or a string containing the color to change
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">fill</code></em></span>
     <dd>

      <p class="para">
       The replacement color
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">fuzz</code></em></span>
     <dd>

      <p class="para">
       The amount of fuzz. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">invert</code></em></span>
     <dd>

      <p class="para">
       If <strong><code>TRUE</code></strong> paints any pixel that does not match the target color.
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">channel</code></em></span>
     <dd>

      <p class="para">
       Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine <a href="imagick.constants.html#imagick.constants.channel" class="link">channel constants</a> using bitwise operators. Defaults to <strong><code>Imagick::CHANNEL_DEFAULT</code></strong>. Refer to this list of <a href="imagick.constants.html#imagick.constants.channel" class="link">channel constants</a>
      </p>
     </dd>

    </dt>

   </dl>

  </p>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-imagick.opaquepaintimage-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> on success.
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="imagick.oilpaintimage.html">Imagick::oilPaintImage</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="imagick.optimizeimagelayers.html">Imagick::optimizeImageLayers</a></div>
 <div class="up"><a href="class.imagick.html">Imagick</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>