# GrapeCity.Core.ThemeColorScheme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Core_ThemeColorScheme" data-uid="GrapeCity.Core.ThemeColorScheme" class="text-break">ThemeColorScheme Class
</h1>
  <div class="markdown level0 summary"><p>An interface used to defines a set of colors which are referenced to as a color scheme. The
color scheme is responsible for defining a list a twelve colors. The twelve colors consist of
six accent colors, two dark colors, two light colors and a color for each of a hyperlink and
followed hyperlink.</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"><span class="xref">ThemeColorScheme</span></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_ThemeColorScheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ThemeColorScheme</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ThemeColorScheme</code></pre>
  </div>
  <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_Core_ThemeColorScheme_Item_GrapeCity_Core_ThemeColors_" data-uid="GrapeCity.Core.ThemeColorScheme.Item(GrapeCity.Core.ThemeColors)">
          <a class="xref" href="GrapeCity.Core.ThemeColorScheme.Item.html#GrapeCity_Core_ThemeColorScheme_Item_GrapeCity_Core_ThemeColors_">this[ThemeColors]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a ThemeColor value that represents a color in the color scheme of a <a class="xref" href="GrapeCity.Core.Theme.html">Theme</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColorScheme_Name" data-uid="GrapeCity.Core.ThemeColorScheme.Name">
          <a class="xref" href="GrapeCity.Core.ThemeColorScheme.Name.html#GrapeCity_Core_ThemeColorScheme_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>The common name for this color scheme.</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_ThemeColorScheme_Clone" data-uid="GrapeCity.Core.ThemeColorScheme.Clone">
          <a class="xref" href="GrapeCity.Core.ThemeColorScheme.Clone.html#GrapeCity_Core_ThemeColorScheme_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones the specified ThemeColorScheme to a new ThemeColorScheme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColorScheme_GetColorScheme_GrapeCity_Core_BuiltInColorSchemes_" data-uid="GrapeCity.Core.ThemeColorScheme.GetColorScheme(GrapeCity.Core.BuiltInColorSchemes)">
          <a class="xref" href="GrapeCity.Core.ThemeColorScheme.GetColorScheme.html#GrapeCity_Core_ThemeColorScheme_GetColorScheme_GrapeCity_Core_BuiltInColorSchemes_">GetColorScheme(BuiltInColorSchemes)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the built-in theme color scheme.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
