# GrapeCity.Drawing.GradientBrush.ApplyColorTransform

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Drawing_GradientBrush_ApplyColorTransform_" data-uid="GrapeCity.Drawing.GradientBrush.ApplyColorTransform*">ApplyColorTransform Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Drawing_GradientBrush_ApplyColorTransform_" data-uid="GrapeCity.Drawing.GradientBrush.ApplyColorTransform*"></a>
<h4 id="GrapeCity_Drawing_GradientBrush_ApplyColorTransform_GrapeCity_Core_ColorTransform_" data-uid="GrapeCity.Drawing.GradientBrush.ApplyColorTransform(GrapeCity.Core.ColorTransform)">ApplyColorTransform(ColorTransform)</h4>
<div class="markdown level1 summary"><p>Creates new brush from the current brush with the specified <a class="xref" href="GrapeCity.Core.ColorTransform.html">ColorTransform</a> effect.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override Brush ApplyColorTransform(ColorTransform colorTransform)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function ApplyColorTransform(colorTransform As ColorTransform) As Brush</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Core.ColorTransform.html">ColorTransform</a></td>
      <td><span class="parametername">colorTransform</span></td>
      <td><p>The color transform that apply to the current brush.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Drawing.Brush.html">Brush</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Drawing.Brush.html">Brush</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="GrapeCity.Drawing.Brush.ApplyColorTransform.html#GrapeCity_Drawing_Brush_ApplyColorTransform_GrapeCity_Core_ColorTransform_">Brush.ApplyColorTransform(ColorTransform)</a></div>
</div>
