# GrapeCity.Documents.Word.ColorBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_ColorBase" data-uid="GrapeCity.Documents.Word.ColorBase" class="text-break">ColorBase Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class for color implementations.</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.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">ColorBase</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.SolidColor.html">SolidColor</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.ThemeColor.html">ThemeColor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_ColorBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ColorBase : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ColorBase
    Inherits FormattingBag</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_Documents_Word_ColorBase_RGB" data-uid="GrapeCity.Documents.Word.ColorBase.RGB">
          <a class="xref" href="GrapeCity.Documents.Word.ColorBase.RGB.html#GrapeCity_Documents_Word_ColorBase_RGB">RGB</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the RGB value of the color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ColorBase_SupportEmpty" data-uid="GrapeCity.Documents.Word.ColorBase.SupportEmpty">
          <a class="xref" href="GrapeCity.Documents.Word.ColorBase.SupportEmpty.html#GrapeCity_Documents_Word_ColorBase_SupportEmpty">SupportEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the color supports the empty color.</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_Documents_Word_ColorBase_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.ColorBase.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.ColorBase.Equals.html#GrapeCity_Documents_Word_ColorBase_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ColorBase_FixInheritedValues" data-uid="GrapeCity.Documents.Word.ColorBase.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.ColorBase.FixInheritedValues.html#GrapeCity_Documents_Word_ColorBase_FixInheritedValues">FixInheritedValues()</a>
        </td>
        <td class="markdown level1 summary"><p>Fixes all inherited values as &quot;direct&quot; values for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ColorBase_GetHashCode" data-uid="GrapeCity.Documents.Word.ColorBase.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.ColorBase.GetHashCode.html#GrapeCity_Documents_Word_ColorBase_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
