<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'imagick.colorfloodfillimage.php',
    1 => 'Imagick::colorFloodfillImage',
    2 => 'Hedefle eşleşen her pikselin rengini değiştirir',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.coalesceimages.php',
    1 => 'Imagick::coalesceImages',
  ),
  'next' => 
  array (
    0 => 'imagick.colorizeimage.php',
    1 => 'Imagick::colorizeImage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/imagick/imagick/colorfloodfillimage.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.colorfloodfillimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::colorFloodfillImage</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::colorFloodfillImage</span> &mdash; <span class="dc-title">Hedefle eşleşen her pikselin rengini değiştirir</span></p>

 </div>

 <div id="imagick.colorfloodfillimage-refsynopsisdiv">
  <div class="warning"><strong class="warning">Uyarı</strong>
<p class="simpara">Imagick 3.4.4 itibariyle bu işlevin kullanımı
<em>ÖNERİLMEMEKTEDİR</em>. Bu işleve asla güvenilmemelidir.
</p></div>
 </div>

<div class="refsect1 description" id="refsect1-imagick.colorfloodfillimage-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>Imagick::colorFloodfillImage</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$dolgu</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$benzerlik</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$çerçeve_rengi</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$x</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$y</code></span><br>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Hedefle eşleşen her pikselin ve yanındakinin rengini değiştirir.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.colorfloodfillimage-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">dolgu</code></dt>
     <dd>
      <p class="para">
       Renk ifade eden bir dizge veya bir <span class="classname"><a href="class.imagickpixel.php" class="classname">ImagickPixel</a></span>
       nesnesi.
      </p>
     </dd>
    
    
     <dt><code class="parameter">benzerlik</code></dt>
     <dd>
      <p class="para">Renkler arasındaki azami benzerlik. Örneğin bu
değere 10 atarsanız, renk kırmızı ise ve kırmızının koyulukları 100 ve 102 ise
bu iki renk aynı kabul edilir.</p>
     </dd>
    
    
     <dt><code class="parameter">çerçeve_rengi</code></dt>
     <dd>
      <p class="para">
       Çerçeve rengini ifade eden bir dizge veya bir
       <span class="classname"><a href="class.imagickpixel.php" class="classname">ImagickPixel</a></span> nesnesi.
      </p>
     </dd>
    
    
     <dt><code class="parameter">x</code></dt>
     <dd>
      <p class="para">
       İşlemin başlatılacağı X konumu.
      </p>
     </dd>
    
    
     <dt><code class="parameter">y</code></dt>
     <dd>
      <p class="para">
       İşlemin başlatılacağı Y konumu.
      </p>
     </dd>
    
   </dl>
  </p>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-imagick.colorfloodfillimage-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-imagick.colorfloodfillimage-errors">
  <h3 class="title">Hatalar/İstisnalar</h3>
  <p class="para">
   Hata durumunda bir
<span class="classname"><a href="class.imagickexception.php" class="classname">ImagickException</a></span>
istisnası oluşur.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-imagick.colorfloodfillimage-changelog">
  <h3 class="title">Sürüm Bilgisi</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Sürüm: </th>
       <th>Açıklama</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>&gt;PECL imagick 2.1.0</td>
       <td>
        Artık renk olarak rengi ifade eden bir dizge belirtilebiliyor. Evvelce
        sadece bir <span class="classname"><a href="class.imagickpixel.php" class="classname">ImagickPixel</a></span> nesnesi
        belirtilebiliyordu.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


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