# GrapeCity.ActiveReports.Blazor.Viewer.ColorThemeItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_ColorThemeItem" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ColorThemeItem" class="text-break">ColorThemeItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents a base class for color theme items.</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">ColorThemeItem</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ShadesColorItem.html">ShadesColorItem</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SingleColorItem.html">SingleColorItem</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ColorThemeItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ColorThemeItem</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ColorThemeItem_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ColorThemeItem.html">ColorThemeItem</a> class serves as a base class for different types of color representations,
such as single colors or shades.</p>
</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_ActiveReports_Blazor_Viewer_ColorThemeItem__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ColorThemeItem.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ColorThemeItem.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_ColorThemeItem__ctor">ColorThemeItem()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ColorThemeItem_op_Implicit_System_String__GrapeCity_ActiveReports_Blazor_Viewer_ColorThemeItem" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ColorThemeItem.op_Implicit(System.String)~GrapeCity.ActiveReports.Blazor.Viewer.ColorThemeItem">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ColorThemeItem.op_Implicit.html#GrapeCity_ActiveReports_Blazor_Viewer_ColorThemeItem_op_Implicit_System_String__GrapeCity_ActiveReports_Blazor_Viewer_ColorThemeItem">implicit operator ColorThemeItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a color string to a <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.SingleColorItem.html">SingleColorItem</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
