# GrapeCity.Drawing.SolidColorBrush

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Drawing_SolidColorBrush" data-uid="GrapeCity.Drawing.SolidColorBrush" class="text-break">SolidColorBrush Class
</h1>
  <div class="markdown level0 summary"><p>Paints an area with a solid color.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Drawing.Brush.html">Brush</a></div>
    <div class="level2"><span class="xref">SolidColorBrush</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Drawing.Brush.html">Brush</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_SolidColorBrush_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class SolidColorBrush : Brush, IEquatable&lt;Brush&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class SolidColorBrush
    Inherits Brush
    Implements IEquatable(Of Brush)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Drawing_SolidColorBrush__ctor_GrapeCity_Core_SchemeColor_" data-uid="GrapeCity.Drawing.SolidColorBrush.#ctor(GrapeCity.Core.SchemeColor)">
          <a class="xref" href="GrapeCity.Drawing.SolidColorBrush.-ctor.html#GrapeCity_Drawing_SolidColorBrush__ctor_GrapeCity_Core_SchemeColor_">SolidColorBrush(SchemeColor)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Drawing.SolidColorBrush.html">SolidColorBrush</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Drawing_SolidColorBrush_Color" data-uid="GrapeCity.Drawing.SolidColorBrush.Color">
          <a class="xref" href="GrapeCity.Drawing.SolidColorBrush.Color.html#GrapeCity_Drawing_SolidColorBrush_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color of this solid color brush.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_SolidColorBrush_Transparency" data-uid="GrapeCity.Drawing.SolidColorBrush.Transparency">
          <a class="xref" href="GrapeCity.Drawing.SolidColorBrush.Transparency.html#GrapeCity_Drawing_SolidColorBrush_Transparency">Transparency</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the degree of transparency of the specified brush as a value from 0.0 (opaque) through 1.0 (clear).</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Drawing_SolidColorBrush_ApplyColorTransform_GrapeCity_Core_ColorTransform_" data-uid="GrapeCity.Drawing.SolidColorBrush.ApplyColorTransform(GrapeCity.Core.ColorTransform)">
          <a class="xref" href="GrapeCity.Drawing.SolidColorBrush.ApplyColorTransform.html#GrapeCity_Drawing_SolidColorBrush_ApplyColorTransform_GrapeCity_Core_ColorTransform_">ApplyColorTransform(ColorTransform)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_SolidColorBrush_ApplyColorTransform_GrapeCity_Core_ColorTransform___" data-uid="GrapeCity.Drawing.SolidColorBrush.ApplyColorTransform(GrapeCity.Core.ColorTransform[])">
          <a class="xref" href="GrapeCity.Drawing.SolidColorBrush.ApplyColorTransform.html#GrapeCity_Drawing_SolidColorBrush_ApplyColorTransform_GrapeCity_Core_ColorTransform___">ApplyColorTransform(ColorTransform[])</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_SolidColorBrush_Clone" data-uid="GrapeCity.Drawing.SolidColorBrush.Clone">
          <a class="xref" href="GrapeCity.Drawing.SolidColorBrush.Clone.html#GrapeCity_Drawing_SolidColorBrush_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Drawing.Brush.html">Brush</a> instance with the same value as an existing brush.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_SolidColorBrush_Equals_GrapeCity_Drawing_Brush_" data-uid="GrapeCity.Drawing.SolidColorBrush.Equals(GrapeCity.Drawing.Brush)">
          <a class="xref" href="GrapeCity.Drawing.SolidColorBrush.Equals.html#GrapeCity_Drawing_SolidColorBrush_Equals_GrapeCity_Drawing_Brush_">Equals(Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the current object is equal to another object of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_SolidColorBrush_GetColor" data-uid="GrapeCity.Drawing.SolidColorBrush.GetColor">
          <a class="xref" href="GrapeCity.Drawing.SolidColorBrush.GetColor.html#GrapeCity_Drawing_SolidColorBrush_GetColor">GetColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the solid color from this brush.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
