<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.imagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'imagick.getimagechanneldepth.php',
    1 => 'Imagick::getImageChannelDepth',
    2 => 'Gets the depth for a particular image channel',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.getimagebordercolor.php',
    1 => 'Imagick::getImageBorderColor',
  ),
  'next' => 
  array (
    0 => 'imagick.getimagechanneldistortion.php',
    1 => 'Imagick::getImageChannelDistortion',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagick/getimagechanneldepth.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.getimagechanneldepth" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::getImageChannelDepth</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::getImageChannelDepth</span> &mdash; <span class="dc-title">Gets the depth for a particular image channel</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.getimagechanneldepth-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Imagick::getImageChannelDepth</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$channel</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>


  <p class="para rdfs-comment">
   Gets the depth for a particular image channel.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.getimagechanneldepth-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">channel</code></dt>
     <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.php#imagick.constants.channel" class="link">channel constants</a> using bitwise operators. Per default è <strong><code><a href="imagick.constants.php#imagick.constants.channel-default">Imagick::CHANNEL_DEFAULT</a></code></strong>. Fare riferimento a questa lista di <a href="imagick.constants.php#imagick.constants.channel" class="link">costanti di canale</a>
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagick.getimagechanneldepth-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Restituisce <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> in caso di successo.
  </p>
 </div>


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