<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.imagickpixel.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'imagickpixel.setcolorcount.php',
    1 => 'ImagickPixel::setColorCount',
    2 => 'D&eacute;finit la quantit&eacute; de couleurs associ&eacute;e &agrave; ce pixel',
  ),
  'up' => 
  array (
    0 => 'class.imagickpixel.php',
    1 => 'ImagickPixel',
  ),
  'prev' => 
  array (
    0 => 'imagickpixel.setcolor.php',
    1 => 'ImagickPixel::setColor',
  ),
  'next' => 
  array (
    0 => 'imagickpixel.setcolorvalue.php',
    1 => 'ImagickPixel::setColorValue',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/imagick/imagickpixel/setcolorcount.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagickpixel.setcolorcount" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ImagickPixel::setColorCount</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">ImagickPixel::setColorCount</span> &mdash; <span class="dc-title">Définit la quantité de couleurs associée à ce pixel</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagickpixel.setcolorcount-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ImagickPixel::setcolorcount</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$colorCount</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Définit la quantité de couleurs associée à ce pixel.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-imagickpixel.setcolorcount-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   
    <dt><code class="parameter">colorCount</code></dt>
    <dd>
     <p class="para">
      
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagickpixel.setcolorcount-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Retourne <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> en cas de succès.
  </p>
 </div>



</div><?php manual_footer($setup); ?>