# GrapeCity.Documents.Excel.Drawing.IColorFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IColorFormat" data-uid="GrapeCity.Documents.Excel.Drawing.IColorFormat" class="text-break">IColorFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the color of a one-color object, the color of an object with a gradient or patterned fill, or the pointer color.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IColorFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IColorFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IColorFormat</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_Excel_Drawing_IColorFormat_Brightness" data-uid="GrapeCity.Documents.Excel.Drawing.IColorFormat.Brightness">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IColorFormat.Brightness.html#GrapeCity_Documents_Excel_Drawing_IColorFormat_Brightness">Brightness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the luminosity of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IColorFormat_ColorType" data-uid="GrapeCity.Documents.Excel.Drawing.IColorFormat.ColorType">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IColorFormat.ColorType.html#GrapeCity_Documents_Excel_Drawing_IColorFormat_ColorType">ColorType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IColorFormat_ObjectThemeColor" data-uid="GrapeCity.Documents.Excel.Drawing.IColorFormat.ObjectThemeColor">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IColorFormat.ObjectThemeColor.html#GrapeCity_Documents_Excel_Drawing_IColorFormat_ObjectThemeColor">ObjectThemeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a color that is mapped to the theme color scheme (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IColorFormat_RGB" data-uid="GrapeCity.Documents.Excel.Drawing.IColorFormat.RGB">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IColorFormat.RGB.html#GrapeCity_Documents_Excel_Drawing_IColorFormat_RGB">RGB</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">GrapeCity.Documents.Excel.RGBColor</span> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IColorFormat_TintAndShade" data-uid="GrapeCity.Documents.Excel.Drawing.IColorFormat.TintAndShade">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IColorFormat.TintAndShade.html#GrapeCity_Documents_Excel_Drawing_IColorFormat_TintAndShade">TintAndShade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of a color object as an index in the current color scheme.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
