# GrapeCity.Core.SchemeColor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Core_SchemeColor" data-uid="GrapeCity.Core.SchemeColor" class="text-break">SchemeColor Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a scheme color.</p>
</div>
  <div class="markdown level0 conceptual"></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.Core.SchemeColor.html">SchemeColor</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Core.html">GrapeCity.Core</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Core_SchemeColor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct SchemeColor : IEquatable&lt;SchemeColor&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure SchemeColor
    Implements IEquatable(Of SchemeColor)</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_Auto" data-uid="GrapeCity.Core.SchemeColor.Auto">
          <a class="xref" href="GrapeCity.Core.SchemeColor.Auto.html">Auto</a>
        </td>
        <td class="markdown level1 summary"><p>Represents an auto <a class="xref" href="GrapeCity.Core.SchemeColor.html">SchemeColor</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_Default" data-uid="GrapeCity.Core.SchemeColor.Default">
          <a class="xref" href="GrapeCity.Core.SchemeColor.Default.html">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Represents an empty <a class="xref" href="GrapeCity.Core.SchemeColor.html">SchemeColor</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_Transparent" data-uid="GrapeCity.Core.SchemeColor.Transparent">
          <a class="xref" href="GrapeCity.Core.SchemeColor.Transparent.html">Transparent</a>
        </td>
        <td class="markdown level1 summary"><p>Represents an transparent <a class="xref" href="GrapeCity.Core.SchemeColor.html">SchemeColor</a> value.</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_Core_SchemeColor_Apply_GrapeCity_Core_ColorTransform_" data-uid="GrapeCity.Core.SchemeColor.Apply(GrapeCity.Core.ColorTransform)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.Apply.html#GrapeCity_Core_SchemeColor_Apply_GrapeCity_Core_ColorTransform_">Apply(ColorTransform)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the specified <a class="xref" href="GrapeCity.Core.ColorTransform.html">ColorTransform</a> value to this <a class="xref" href="GrapeCity.Core.SchemeColor.html">SchemeColor</a> color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_CreateArgbColor_System_Int32_" data-uid="GrapeCity.Core.SchemeColor.CreateArgbColor(System.Int32)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.CreateArgbColor.html#GrapeCity_Core_SchemeColor_CreateArgbColor_System_Int32_">CreateArgbColor(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the ARGB color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_CreateArgbColor_System_Int32_System_Int32_System_Int32_System_Byte_" data-uid="GrapeCity.Core.SchemeColor.CreateArgbColor(System.Int32,System.Int32,System.Int32,System.Byte)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.CreateArgbColor.html#GrapeCity_Core_SchemeColor_CreateArgbColor_System_Int32_System_Int32_System_Int32_System_Byte_">CreateArgbColor(int, int, int, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the ARGB color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_CreateHslColor_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Core.SchemeColor.CreateHslColor(System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.CreateHslColor.html#GrapeCity_Core_SchemeColor_CreateHslColor_System_Double_System_Double_System_Double_">CreateHslColor(double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the color represented in HLS color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_CreatePresetColor_System_Int16_" data-uid="GrapeCity.Core.SchemeColor.CreatePresetColor(System.Int16)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.CreatePresetColor.html#GrapeCity_Core_SchemeColor_CreatePresetColor_System_Int16_">CreatePresetColor(short)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the preset color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_CreateRgbColor_System_Int32_" data-uid="GrapeCity.Core.SchemeColor.CreateRgbColor(System.Int32)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.CreateRgbColor.html#GrapeCity_Core_SchemeColor_CreateRgbColor_System_Int32_">CreateRgbColor(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the RGB color. The alpha color channel is set to 255.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_CreateThemeColor_GrapeCity_Core_SchemeThemeColors_" data-uid="GrapeCity.Core.SchemeColor.CreateThemeColor(GrapeCity.Core.SchemeThemeColors)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.CreateThemeColor.html#GrapeCity_Core_SchemeColor_CreateThemeColor_GrapeCity_Core_SchemeThemeColors_">CreateThemeColor(SchemeThemeColors)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_Equals_GrapeCity_Core_SchemeColor_" data-uid="GrapeCity.Core.SchemeColor.Equals(GrapeCity.Core.SchemeColor)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.Equals.html#GrapeCity_Core_SchemeColor_Equals_GrapeCity_Core_SchemeColor_">Equals(SchemeColor)</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_Core_SchemeColor_GetColorTransform_GrapeCity_Core_ColorTransformType_" data-uid="GrapeCity.Core.SchemeColor.GetColorTransform(GrapeCity.Core.ColorTransformType)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.GetColorTransform.html#GrapeCity_Core_SchemeColor_GetColorTransform_GrapeCity_Core_ColorTransformType_">GetColorTransform(ColorTransformType)</a>
        </td>
        <td class="markdown level1 summary"><p>Get color transform of this color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_GetColorTransform_System_Int32_" data-uid="GrapeCity.Core.SchemeColor.GetColorTransform(System.Int32)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.GetColorTransform.html#GrapeCity_Core_SchemeColor_GetColorTransform_System_Int32_">GetColorTransform(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Get color transform of this color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_GetColorTransformCount" data-uid="GrapeCity.Core.SchemeColor.GetColorTransformCount">
          <a class="xref" href="GrapeCity.Core.SchemeColor.GetColorTransformCount.html#GrapeCity_Core_SchemeColor_GetColorTransformCount">GetColorTransformCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Get count of this color's transform.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_IsAutoColor" data-uid="GrapeCity.Core.SchemeColor.IsAutoColor">
          <a class="xref" href="GrapeCity.Core.SchemeColor.IsAutoColor.html#GrapeCity_Core_SchemeColor_IsAutoColor">IsAutoColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this color represent an automatic color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_IsDefault" data-uid="GrapeCity.Core.SchemeColor.IsDefault">
          <a class="xref" href="GrapeCity.Core.SchemeColor.IsDefault.html#GrapeCity_Core_SchemeColor_IsDefault">IsDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the specified SchemeColor is default.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_IsTransparent" data-uid="GrapeCity.Core.SchemeColor.IsTransparent">
          <a class="xref" href="GrapeCity.Core.SchemeColor.IsTransparent.html#GrapeCity_Core_SchemeColor_IsTransparent">IsTransparent()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this color is transparent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeColor_RemoveColorTransform_GrapeCity_Core_ColorTransformType_" data-uid="GrapeCity.Core.SchemeColor.RemoveColorTransform(GrapeCity.Core.ColorTransformType)">
          <a class="xref" href="GrapeCity.Core.SchemeColor.RemoveColorTransform.html#GrapeCity_Core_SchemeColor_RemoveColorTransform_GrapeCity_Core_ColorTransformType_">RemoveColorTransform(ColorTransformType)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove color transform for this color.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
