# GrapeCity.Spreadsheet.Drawing.IColorFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IColorFormat" data-uid="GrapeCity.Spreadsheet.Drawing.IColorFormat" class="text-break">IColorFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the color of a one-color object, the foreground or background 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.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_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_Spreadsheet_Drawing_IColorFormat_ARGB" data-uid="GrapeCity.Spreadsheet.Drawing.IColorFormat.ARGB">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IColorFormat.ARGB.html#GrapeCity_Spreadsheet_Drawing_IColorFormat_ARGB">ARGB</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an integer value that represents the red-green-blue value of the specified color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IColorFormat_Brightness" data-uid="GrapeCity.Spreadsheet.Drawing.IColorFormat.Brightness">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IColorFormat.Brightness.html#GrapeCity_Spreadsheet_Drawing_IColorFormat_Brightness">Brightness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the luminosity of the specified color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IColorFormat_Color" data-uid="GrapeCity.Spreadsheet.Drawing.IColorFormat.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IColorFormat.Color.html#GrapeCity_Spreadsheet_Drawing_IColorFormat_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scheme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IColorFormat_ObjectThemeColor" data-uid="GrapeCity.Spreadsheet.Drawing.IColorFormat.ObjectThemeColor">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IColorFormat.ObjectThemeColor.html#GrapeCity_Spreadsheet_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.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IColorFormat_SchemeColor" data-uid="GrapeCity.Spreadsheet.Drawing.IColorFormat.SchemeColor">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IColorFormat.SchemeColor.html#GrapeCity_Spreadsheet_Drawing_IColorFormat_SchemeColor">SchemeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scheme color index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IColorFormat_TintAndShade" data-uid="GrapeCity.Spreadsheet.Drawing.IColorFormat.TintAndShade">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IColorFormat.TintAndShade.html#GrapeCity_Spreadsheet_Drawing_IColorFormat_TintAndShade">TintAndShade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> value that lightens or darkens a color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IColorFormat_Type" data-uid="GrapeCity.Spreadsheet.Drawing.IColorFormat.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IColorFormat.Type.html#GrapeCity_Spreadsheet_Drawing_IColorFormat_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Returns <a class="xref" href="GrapeCity.Spreadsheet.ColorType.html">ColorType</a> value that represents the color format type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
