<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ui-draw-brush.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'ui-draw-brush.construct.php',
    1 => 'UI\\Draw\\Brush::__construct',
    2 => 'Construct a new Brush',
  ),
  'up' => 
  array (
    0 => 'class.ui-draw-brush.php',
    1 => 'UI\\Draw\\Brush',
  ),
  'prev' => 
  array (
    0 => 'class.ui-draw-brush.php',
    1 => 'UI\\Draw\\Brush',
  ),
  'next' => 
  array (
    0 => 'ui-draw-brush.getcolor.php',
    1 => 'UI\\Draw\\Brush::getColor',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ui/ui/draw/brush/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ui-draw-brush.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">UI\Draw\Brush::__construct</h1>
  <p class="verinfo">(UI 0.9.9)</p><p class="refpurpose"><span class="refname">UI\Draw\Brush::__construct</span> &mdash; <span class="dc-title">Construct a new Brush</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-ui-draw-brush.construct-description">
  <h3 class="title">Опис</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>UI\Draw\Brush::__construct</strong></span>(<span class="methodparam"><span class="type"><a href="class.ui-draw-color.php" class="type UI\Draw\Color">UI\Draw\Color</a></span> <code class="parameter">$color</code></span>)</div>

  <div class="constructorsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>UI\Draw\Brush::__construct</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$color</code></span>)</div>

  <p class="para rdfs-comment">
   Shall construct a solid brush using the given color
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-ui-draw-brush.construct-parameters">
  <h3 class="title">Параметри</h3>
  <dl>
   
    <dt><code class="parameter">color</code></dt>
    <dd>
     <p class="para">
      Can be a UI\Draw\Color or RRGGBBAA
     </p>
    </dd>
   
  </dl>
 </div>


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