# Color

## Content

<div class="docapp-java-api-doc-main"><style>:not(h1, h2, h3, h4, h5, h6)>code,
:not(h1, h2, h3, h4, h5, h6)>tt {
    font-size: 14px;
    padding-top: 4px;
    margin-top: 8px;
    line-height: 1.4em;
}

.summary-table dt code {
    font-size: 14px;
    vertical-align: top;
    padding-top: 4px;
}

.tab {
    background-color: #0066FF;
    color: #ffffff;
    padding: 8px;
    width: 5em;
    font-weight: bold;
}

/*
 * Styles for page header and footer.
 */
.title {
    color: #2c4557;
    margin: 10px 0;
}

.sub-title {
    margin: 5px 0 0 0;
}

.header ul {
    margin: 0 0 15px 0;
    padding: 0;
}

.header ul li,
.footer ul li {
    list-style: none;
}

/*
 * Styles for headings.
 */
.summary h2,
.details h2,
h2,
.block-list h2 {
    padding: 0;
    margin: 15px 0;
}

.summary h3,
.details h3,
.summary .inherited-list h2 {
    background-color: var(--ds-product-color);
    color: #fff;
    border: 1px solid #d0d9e0;
    padding: 7px 5px;
}

.summary h3 a,
.details h3 a,
.summary .inherited-list h2 a {
    color: #fff !important;
}
/*
 * Styles for page layout containers.
 */
dl.notes>dt {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #4E4E4E;
}

dl.notes>dd {
    margin: 5px 10px 10px 0;
    font-size: 14px;
}

dl.name-value>dt {
    margin-left: 1px;
    font-size: 1.1em;
    display: inline;
    font-weight: bold;
}

dl.name-value>dd {
    margin: 0 0 0 1px;
    font-size: 1.1em;
    display: inline;
}

/*
 * Styles for lists.
 */
li.circle {
    list-style: circle;
}

ul.horizontal li {
    display: inline;
    font-size: 0.9em;
}

div.inheritance {
    margin: 0;
    padding: 0;
}

div.inheritance div.inheritance {
    margin-left: 2em;
}

ul.block-list,
ul.details-list,
ul.member-list,
ul.summary-list {
    margin: 10px 0 10px 0;
    padding: 0;
}

ul.block-list>li,
ul.details-list>li,
ul.member-list>li,
ul.summary-list>li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.4;
}

.summary-table dl,
.summary-table dl dt,
.summary-table dl dd {
    margin-top: 0;
    margin-bottom: 1px;
}

ul.see-list,
ul.see-list-long {
    padding-left: 0;
    list-style: none;
}

ul.see-list li {
    display: inline;
}

ul.see-list li:not(:last-child):after,
ul.see-list-long li:not(:last-child):after {
    content: ", ";
    white-space: pre-wrap;
}

/*
 * Styles for tables.
 */
.summary-table,
.details-table {
    width: 100%;
    border-spacing: 0;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 0;
}

.caption {
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    color: #253441;
    font-weight: bold;
    clear: none;
    overflow: hidden;
    padding: 0;
    padding-top: 10px;
    padding-left: 1px;
    margin: 0;
    white-space: pre;
}

.caption a:link,
.caption a:visited {
    color: #1f389c;
}

.caption a:hover,
.caption a:active {
    color: #FFFFFF;
}

.caption span {
    white-space: nowrap;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 7px;
    display: inline-block;
    background-color: var(--ds-product-color);
    color: #fff;
    border: none;
}

div.table-tabs {
    padding: 10px 0 0 1px;
    margin: 0;
}

div.table-tabs>button {
    border: none;
    cursor: pointer;
    padding: 5px 12px 7px 12px;
    font-weight: bold;
    margin-right: 3px;
}

div.table-tabs>button.active-table-tab {
    background: var(--ds-product-color);
    color: #fff;
}

div.table-tabs>button.table-tab {
    background: var(--ds-product-color);
    color: #FFFFFF;
    border-bottom: 1px solid #eee;
}

.two-column-summary {
    display: grid;
    grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
}

.three-column-summary {
    display: grid;
    grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto);
}

.four-column-summary {
    display: grid;
    grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto);
}

@media screen and (max-width: 600px) {
    .two-column-summary {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 800px) {
    .three-column-summary {
        display: grid;
        grid-template-columns: minmax(10%, max-content) minmax(25%, auto);
    }

    .three-column-summary .col-last {
        grid-column-end: span 2;
    }
}

@media screen and (max-width: 1000px) {
    .four-column-summary {
        display: grid;
        grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
    }
}

.summary-table>div,
.details-table>div {
    text-align: left;
    padding: 8px 3px 3px 7px;
}

.col-first,
.col-second,
.col-last,
.col-constructor-name,
.col-summary-item-name {
    vertical-align: top;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 3px;
}

.table-header {
    background: var(--ds-product-color);
    color: #fff;
    font-weight: bold;
}

.col-first,
.col-first {
    font-size: 13px;
}

.col-second,
.col-second,
.col-last,
.col-constructor-name,
.col-summary-item-name,
.col-last {
    font-size: 13px;
}

.col-first,
.col-second,
.col-constructor-name {
    vertical-align: top;
    overflow: auto;
}

.col-last {
    white-space: normal;
}

.col-first a:link,
.col-first a:visited,
.col-second a:link,
.col-second a:visited,
.col-first a:link,
.col-first a:visited,
.col-second a:link,
.col-second a:visited,
.col-constructor-name a:link,
.col-constructor-name a:visited,
.col-summary-item-name a:link,
.col-summary-item-name a:visited,
.constant-values-container a:link,
.constant-values-container a:visited,
.all-classes-container a:link,
.all-classes-container a:visited,
.all-packages-container a:link,
.all-packages-container a:visited {
    font-weight: bold;
}

.table-sub-heading-color {
    background-color: #EEEEFF;
}

.even-row-color,
.even-row-color .table-header {
    background-color: #FFFFFF;
}

.odd-row-color,
.odd-row-color .table-header {
    background-color: #EEEEEF;
}

/*
 * Styles for contents.
 */
.deprecated-content {
    margin: 0;
    padding: 10px 0;
}

div.block {
    font-size: 14px;
}

.col-last div {
    padding-top: 0;
}

.col-last a {
    padding-bottom: 3px;
}

.module-signature,
.package-signature,
.type-signature,
.member-signature {
    font-size: 14px;
    margin: 14px 0;
    white-space: pre-wrap;
}

.module-signature,
.package-signature,
.type-signature {
    margin-top: 0;
}

.member-signature .type-parameters-long,
.member-signature .parameters,
.member-signature .exceptions {
    display: inline-block;
    vertical-align: top;
    white-space: pre;
}

.member-signature .type-parameters {
    white-space: normal;
}

/*
 * Styles for formatting effect.
 */
.source-line-no {
    color: green;
    padding: 0 30px 0 0;
}

h1.hidden {
    visibility: hidden;
    overflow: hidden;
    font-size: 10px;
}

.block {
    display: block;
    margin: 0 10px 5px 0;
    color: #474747;
}

.deprecated-label,
.descfrm-type-label,
.implementation-label,
.member-name-label,
.member-name-link,
.module-label-in-package,
.module-label-in-type,
.override-specify-label,
.package-label-in-type,
.package-hierarchy-label,
.type-name-label,
.type-name-link,
.search-tag-link,
.preview-label {
    font-weight: bold;
}

.deprecation-block {
    font-size: 14px;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

.preview-block {
    font-size: 14px;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

/*
 * Styles for user-provided tables.
 *
 * borderless:
 *      No borders, vertical margins, styled caption.
 *      This style is provided for use with existing doc comments.
 *      In general, borderless tables should not be used for layout purposes.
 *
 * plain:
 *      Plain borders around table and cells, vertical margins, styled caption.
 *      Best for small tables or for complex tables for tables with cells that span
 *      rows and columns, when the "striped" style does not work well.
 *
 * striped:
 *      Borders around the table and vertical borders between cells, striped rows,
 *      vertical margins, styled caption.
 *      Best for tables that have a header row, and a body containing a series of simple rows.
 */

table.borderless,
table.plain,
table.striped {
    margin-top: 10px;
    margin-bottom: 10px;
}

table.borderless>caption,
table.plain>caption,
table.striped>caption {
    font-weight: bold;
    font-size: smaller;
}

table.borderless th,
table.borderless td,
table.plain th,
table.plain td,
table.striped th,
table.striped td {
    padding: 2px 5px;
}

table.borderless,
table.borderless>thead>tr>th,
table.borderless>tbody>tr>th,
table.borderless>tr>th,
table.borderless>thead>tr>td,
table.borderless>tbody>tr>td,
table.borderless>tr>td {
    border: none;
}

table.borderless>thead>tr,
table.borderless>tbody>tr,
table.borderless>tr {
    background-color: transparent;
}

table.plain {
    border-collapse: collapse;
    border: 1px solid black;
}

table.plain>thead>tr,
table.plain>tbody tr,
table.plain>tr {
    background-color: transparent;
}

table.plain>thead>tr>th,
table.plain>tbody>tr>th,
table.plain>tr>th,
table.plain>thead>tr>td,
table.plain>tbody>tr>td,
table.plain>tr>td {
    border: 1px solid black;
}

table.striped {
    border-collapse: collapse;
    border: 1px solid black;
}

table.striped>thead {
    background-color: #E3E3E3;
}

table.striped>thead>tr>th,
table.striped>thead>tr>td {
    border: 1px solid black;
}

table.striped>tbody>tr:nth-child(even) {
    background-color: #EEE
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #FFF
}

table.striped>tbody>tr>th,
table.striped>tbody>tr>td {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

table.striped>tbody>tr>th {
    font-weight: normal;
}
</style><h1>Class Color</h1>
<!-- ======== START OF CLASS DATA ======== -->

<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">com.grapecity.documents.excel.Color</div>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="type-signature"><span class="modifiers">public final class </span><span class="element-name type-name-label">Color</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div>
<div class="block">Creates the color structure.</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">Color</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Constructs a new Color object.</div>
</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#equals(java.lang.Object)" class="member-name-link">equals</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;obj)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Tests whether the specified object is a Color structure and is equivalent to this Color structure.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#FromArgb(int)" class="member-name-link">FromArgb</a><wbr>(int&nbsp;argb)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Creates a Color structure from a 32-bit ARGB value.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#FromArgb(int,int,int)" class="member-name-link">FromArgb</a><wbr>(int&nbsp;red,
 int&nbsp;green,
 int&nbsp;blue)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Creates a Color structure from the specified 8-bit color values (red, green, and blue).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#FromArgb(int,int,int,int)" class="member-name-link">FromArgb</a><wbr>(int&nbsp;alpha,
 int&nbsp;red,
 int&nbsp;green,
 int&nbsp;blue)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Creates a Color structure from the four ARGB component (alpha, red, green, and blue) values.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#FromArgb(int,com.grapecity.documents.excel.Color)" class="member-name-link">FromArgb</a><wbr>(int&nbsp;alpha,
 <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a>&nbsp;baseColor)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Creates a Color structure from the specified Color structure, but with the new specified alpha value.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getA()" class="member-name-link">getA</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the alpha byte value of the color.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetAliceBlue()" class="member-name-link">GetAliceBlue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF0F8FF.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetAntiqueWhite()" class="member-name-link">GetAntiqueWhite</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFAEBD7.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetAqua()" class="member-name-link">GetAqua</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF00FFFF.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetAquamarine()" class="member-name-link">GetAquamarine</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF7FFFD4.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetAzure()" class="member-name-link">GetAzure</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF0FFFF.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getB()" class="member-name-link">getB</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the blue byte value of the color.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBeige()" class="member-name-link">GetBeige</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF5F5DC.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBisque()" class="member-name-link">GetBisque</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFE4C4.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBlack()" class="member-name-link">GetBlack</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF000000.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBlanchedAlmond()" class="member-name-link">GetBlanchedAlmond</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFEBCD.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBlue()" class="member-name-link">GetBlue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF0000FF.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBlueViolet()" class="member-name-link">GetBlueViolet</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF8A2BE2.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>float</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getBrightness()" class="member-name-link">getBrightness</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the hue-saturation-brightness (HSB) brightness value for this Color structure.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBrown()" class="member-name-link">GetBrown</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFA52A2A.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBurlyWood()" class="member-name-link">GetBurlyWood</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFDEB887.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetCadetBlue()" class="member-name-link">GetCadetBlue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF5F9EA0.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetChartreuse()" class="member-name-link">GetChartreuse</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF7FFF00.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetChocolate()" class="member-name-link">GetChocolate</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFD2691E.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetCoral()" class="member-name-link">GetCoral</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFF7F50.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetCornflowerBlue()" class="member-name-link">GetCornflowerBlue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF6495ED.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetCornsilk()" class="member-name-link">GetCornsilk</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFF8DC.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetCrimson()" class="member-name-link">GetCrimson</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFDC143C.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetCyan()" class="member-name-link">GetCyan</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF00FFFF.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkBlue()" class="member-name-link">GetDarkBlue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF00008B.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkCyan()" class="member-name-link">GetDarkCyan</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF008B8B.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkGoldenrod()" class="member-name-link">GetDarkGoldenrod</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFB8860B.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkGray()" class="member-name-link">GetDarkGray</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFA9A9A9.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkGreen()" class="member-name-link">GetDarkGreen</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF006400.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkKhaki()" class="member-name-link">GetDarkKhaki</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFBDB76B.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkMagenta()" class="member-name-link">GetDarkMagenta</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF8B008B.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkOliveGreen()" class="member-name-link">GetDarkOliveGreen</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF556B2F.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkOrange()" class="member-name-link">GetDarkOrange</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFF8C00.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkOrchid()" class="member-name-link">GetDarkOrchid</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF9932CC.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkRed()" class="member-name-link">GetDarkRed</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF8B0000.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkSalmon()" class="member-name-link">GetDarkSalmon</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFE9967A.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkSeaGreen()" class="member-name-link">GetDarkSeaGreen</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF8FBC8F.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkSlateBlue()" class="member-name-link">GetDarkSlateBlue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF483D8B.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkSlateGray()" class="member-name-link">GetDarkSlateGray</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF2F4F4F.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkTurquoise()" class="member-name-link">GetDarkTurquoise</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF00CED1.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDarkViolet()" class="member-name-link">GetDarkViolet</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF9400D3.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDeepPink()" class="member-name-link">GetDeepPink</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFF1493.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDeepSkyBlue()" class="member-name-link">GetDeepSkyBlue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF00BFFF.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDimGray()" class="member-name-link">GetDimGray</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF696969.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDodgerBlue()" class="member-name-link">GetDodgerBlue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF1E90FF.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetFirebrick()" class="member-name-link">GetFirebrick</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFB22222.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetFloralWhite()" class="member-name-link">GetFloralWhite</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFFAF0.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetForestGreen()" class="member-name-link">GetForestGreen</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF228B22.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetFuchsia()" class="member-name-link">GetFuchsia</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFF00FF.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getG()" class="member-name-link">getG</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the green byte value of the color.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetGainsboro()" class="member-name-link">GetGainsboro</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFDCDCDC.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetGhostWhite()" class="member-name-link">GetGhostWhite</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF8F8FF.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetGold()" class="member-name-link">GetGold</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFD700.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetGoldenrod()" class="member-name-link">GetGoldenrod</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFDAA520.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetGray()" class="member-name-link">GetGray</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF808080.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetGreen()" class="member-name-link">GetGreen</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF008000.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetGreenYellow()" class="member-name-link">GetGreenYellow</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFADFF2F.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetHoneydew()" class="member-name-link">GetHoneydew</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF0FFF0.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetHotPink()" class="member-name-link">GetHotPink</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFF69B4.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>float</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getHue()" class="member-name-link">getHue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this Color structure.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetIndianRed()" class="member-name-link">GetIndianRed</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFCD5C5C.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetIndigo()" class="member-name-link">GetIndigo</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF4B0082.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getIsEmpty()" class="member-name-link">getIsEmpty</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets a value indicating whether this color is empty.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getIsNamedColor()" class="member-name-link">getIsNamedColor</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets a value indicating whether this color is named color.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetIvory()" class="member-name-link">GetIvory</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFFFF0.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetKhaki()" class="member-name-link">GetKhaki</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF0E68C.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLavender()" class="member-name-link">GetLavender</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFE6E6FA.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLavenderBlush()" class="member-name-link">GetLavenderBlush</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFF0F5.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLawnGreen()" class="member-name-link">GetLawnGreen</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF7CFC00.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLemonChiffon()" class="member-name-link">GetLemonChiffon</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFFACD.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightBlue()" class="member-name-link">GetLightBlue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFADD8E6.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightCoral()" class="member-name-link">GetLightCoral</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF08080.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightCyan()" class="member-name-link">GetLightCyan</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFE0FFFF.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightGoldenrodYellow()" class="member-name-link">GetLightGoldenrodYellow</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFAFAD2.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightGray()" class="member-name-link">GetLightGray</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFD3D3D3.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightGreen()" class="member-name-link">GetLightGreen</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF90EE90.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightPink()" class="member-name-link">GetLightPink</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFB6C1.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightSalmon()" class="member-name-link">GetLightSalmon</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFA07A.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightSeaGreen()" class="member-name-link">GetLightSeaGreen</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF20B2AA.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightSkyBlue()" class="member-name-link">GetLightSkyBlue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF87CEFA.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightSlateGray()" class="member-name-link">GetLightSlateGray</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF778899.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightSteelBlue()" class="member-name-link">GetLightSteelBlue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFB0C4DE.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLightYellow()" class="member-name-link">GetLightYellow</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFFFE0.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLime()" class="member-name-link">GetLime</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF00FF00.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLimeGreen()" class="member-name-link">GetLimeGreen</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF32CD32.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetLinen()" class="member-name-link">GetLinen</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFAF0E6.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMagenta()" class="member-name-link">GetMagenta</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFF00FF.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMaroon()" class="member-name-link">GetMaroon</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF800000.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMediumAquamarine()" class="member-name-link">GetMediumAquamarine</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF66CDAA.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMediumBlue()" class="member-name-link">GetMediumBlue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF0000CD.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMediumOrchid()" class="member-name-link">GetMediumOrchid</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFBA55D3.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMediumPurple()" class="member-name-link">GetMediumPurple</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF9370DB.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMediumSeaGreen()" class="member-name-link">GetMediumSeaGreen</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF3CB371.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMediumSlateBlue()" class="member-name-link">GetMediumSlateBlue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF7B68EE.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMediumSpringGreen()" class="member-name-link">GetMediumSpringGreen</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF00FA9A.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMediumTurquoise()" class="member-name-link">GetMediumTurquoise</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF48D1CC.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMediumVioletRed()" class="member-name-link">GetMediumVioletRed</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFC71585.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMidnightBlue()" class="member-name-link">GetMidnightBlue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF191970.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMintCream()" class="member-name-link">GetMintCream</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF5FFFA.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMistyRose()" class="member-name-link">GetMistyRose</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFE4E1.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMoccasin()" class="member-name-link">GetMoccasin</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFE4B5.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getName()" class="member-name-link">getName</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the color name.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetNavajoWhite()" class="member-name-link">GetNavajoWhite</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFDEAD.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetNavy()" class="member-name-link">GetNavy</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF000080.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOldLace()" class="member-name-link">GetOldLace</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFDF5E6.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOlive()" class="member-name-link">GetOlive</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF808000.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOliveDrab()" class="member-name-link">GetOliveDrab</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF6B8E23.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOrange()" class="member-name-link">GetOrange</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFA500.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOrangeRed()" class="member-name-link">GetOrangeRed</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFF4500.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOrchid()" class="member-name-link">GetOrchid</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFDA70D6.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPaleGoldenrod()" class="member-name-link">GetPaleGoldenrod</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFEEE8AA.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPaleGreen()" class="member-name-link">GetPaleGreen</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF98FB98.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPaleTurquoise()" class="member-name-link">GetPaleTurquoise</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFAFEEEE.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPaleVioletRed()" class="member-name-link">GetPaleVioletRed</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFDB7093.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPapayaWhip()" class="member-name-link">GetPapayaWhip</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFEFD5.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPeachPuff()" class="member-name-link">GetPeachPuff</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFDAB9.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPeru()" class="member-name-link">GetPeru</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFCD853F.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPink()" class="member-name-link">GetPink</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFC0CB.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPlum()" class="member-name-link">GetPlum</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFDDA0DD.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPowderBlue()" class="member-name-link">GetPowderBlue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFB0E0E6.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPurple()" class="member-name-link">GetPurple</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF800080.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getR()" class="member-name-link">getR</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the red byte value of the color.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetRed()" class="member-name-link">GetRed</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFF0000.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetRosyBrown()" class="member-name-link">GetRosyBrown</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFBC8F8F.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetRoyalBlue()" class="member-name-link">GetRoyalBlue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF4169E1.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSaddleBrown()" class="member-name-link">GetSaddleBrown</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF8B4513.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSalmon()" class="member-name-link">GetSalmon</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFA8072.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSandyBrown()" class="member-name-link">GetSandyBrown</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF4A460.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>float</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSaturation()" class="member-name-link">getSaturation</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the hue-saturation-brightness (HSB) saturation value for this Color structure.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSeaGreen()" class="member-name-link">GetSeaGreen</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF2E8B57.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSeaShell()" class="member-name-link">GetSeaShell</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFF5EE.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSienna()" class="member-name-link">GetSienna</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFA0522D.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSilver()" class="member-name-link">GetSilver</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFC0C0C0.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSkyBlue()" class="member-name-link">GetSkyBlue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF87CEEB.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSlateBlue()" class="member-name-link">GetSlateBlue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF6A5ACD.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSlateGray()" class="member-name-link">GetSlateGray</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF708090.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSnow()" class="member-name-link">GetSnow</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFFAFA.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSpringGreen()" class="member-name-link">GetSpringGreen</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF00FF7F.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSteelBlue()" class="member-name-link">GetSteelBlue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF4682B4.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetTan()" class="member-name-link">GetTan</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFD2B48C.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetTeal()" class="member-name-link">GetTeal</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF008080.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetThistle()" class="member-name-link">GetThistle</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFD8BFD8.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetTomato()" class="member-name-link">GetTomato</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFF6347.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetTransparent()" class="member-name-link">GetTransparent</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets transparent color.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetTurquoise()" class="member-name-link">GetTurquoise</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF40E0D0.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetViolet()" class="member-name-link">GetViolet</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFEE82EE.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetWheat()" class="member-name-link">GetWheat</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF5DEB3.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetWhite()" class="member-name-link">GetWhite</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFFFFF.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetWhiteSmoke()" class="member-name-link">GetWhiteSmoke</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFF5F5F5.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetWindow()" class="member-name-link">GetWindow</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">The color of the background in the client area of a window.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetWindowText()" class="member-name-link">GetWindowText</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">The color of the text in the client area of a window.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetYellow()" class="member-name-link">GetYellow</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FFFFFF00.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetYellowGreen()" class="member-name-link">GetYellowGreen</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Gets a color that has an ARGB value of #FF9ACD32.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#hashCode()" class="member-name-link">hashCode</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns a hash code for this instance.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toArgb()" class="member-name-link">toArgb</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the 32-bit ARGB value of this Color structure.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toString()" class="member-name-link">toString</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Converts this Color structure to a human-readable string.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="<init>()">
<h3>Color</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">Color</span>()</div>
<div class="block">Constructs a new Color object.</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="GetTransparent()">
<h3>GetTransparent</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetTransparent</span>()</div>
<div class="block">Gets transparent color.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A transparent color.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetAliceBlue()">
<h3>GetAliceBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetAliceBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF0F8FF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF0F8FF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetAntiqueWhite()">
<h3>GetAntiqueWhite</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetAntiqueWhite</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFAEBD7.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFAEBD7.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetAqua()">
<h3>GetAqua</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetAqua</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF00FFFF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF00FFFF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetAquamarine()">
<h3>GetAquamarine</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetAquamarine</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF7FFFD4.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF7FFFD4.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetAzure()">
<h3>GetAzure</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetAzure</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF0FFFF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF0FFFF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetBeige()">
<h3>GetBeige</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetBeige</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF5F5DC.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF5F5DC.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetBisque()">
<h3>GetBisque</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetBisque</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFE4C4.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFE4C4.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetBlack()">
<h3>GetBlack</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetBlack</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF000000.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF000000.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetWindow()">
<h3>GetWindow</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetWindow</span>()</div>
<div class="block">The color of the background in the client area of a window.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color of the background in the client area of a window.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetWindowText()">
<h3>GetWindowText</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetWindowText</span>()</div>
<div class="block">The color of the text in the client area of a window.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color of the text in the client area of a window.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetBlanchedAlmond()">
<h3>GetBlanchedAlmond</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetBlanchedAlmond</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFEBCD.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFEBCD.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetBlue()">
<h3>GetBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF0000FF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF0000FF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetBlueViolet()">
<h3>GetBlueViolet</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetBlueViolet</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF8A2BE2.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF8A2BE2.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetBrown()">
<h3>GetBrown</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetBrown</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFA52A2A.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFA52A2A.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetBurlyWood()">
<h3>GetBurlyWood</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetBurlyWood</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFDEB887.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFDEB887.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetCadetBlue()">
<h3>GetCadetBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetCadetBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF5F9EA0.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF5F9EA0.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetChartreuse()">
<h3>GetChartreuse</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetChartreuse</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF7FFF00.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF7FFF00.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetChocolate()">
<h3>GetChocolate</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetChocolate</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFD2691E.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFD2691E.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetCoral()">
<h3>GetCoral</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetCoral</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFF7F50.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFF7F50.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetCornflowerBlue()">
<h3>GetCornflowerBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetCornflowerBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF6495ED.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF6495ED.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetCornsilk()">
<h3>GetCornsilk</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetCornsilk</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFF8DC.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFF8DC.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetCrimson()">
<h3>GetCrimson</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetCrimson</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFDC143C.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFDC143C.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetCyan()">
<h3>GetCyan</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetCyan</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF00FFFF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF00FFFF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkBlue()">
<h3>GetDarkBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF00008B.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF00008B.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkCyan()">
<h3>GetDarkCyan</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkCyan</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF008B8B.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF008B8B.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkGoldenrod()">
<h3>GetDarkGoldenrod</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkGoldenrod</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFB8860B.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFB8860B.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkGray()">
<h3>GetDarkGray</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkGray</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFA9A9A9.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFA9A9A9.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkGreen()">
<h3>GetDarkGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF006400.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF006400.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkKhaki()">
<h3>GetDarkKhaki</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkKhaki</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFBDB76B.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFBDB76B.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkMagenta()">
<h3>GetDarkMagenta</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkMagenta</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF8B008B.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF8B008B.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkOliveGreen()">
<h3>GetDarkOliveGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkOliveGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF556B2F.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF556B2F.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkOrange()">
<h3>GetDarkOrange</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkOrange</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFF8C00.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFF8C00.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkOrchid()">
<h3>GetDarkOrchid</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkOrchid</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF9932CC.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF9932CC.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkRed()">
<h3>GetDarkRed</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkRed</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF8B0000.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF8B0000.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkSalmon()">
<h3>GetDarkSalmon</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkSalmon</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFE9967A.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFE9967A.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkSeaGreen()">
<h3>GetDarkSeaGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkSeaGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF8FBC8F.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF8FBC8F.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkSlateBlue()">
<h3>GetDarkSlateBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkSlateBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF483D8B.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF483D8B.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkSlateGray()">
<h3>GetDarkSlateGray</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkSlateGray</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF2F4F4F.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF2F4F4F.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkTurquoise()">
<h3>GetDarkTurquoise</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkTurquoise</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF00CED1.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF00CED1.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDarkViolet()">
<h3>GetDarkViolet</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDarkViolet</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF9400D3.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF9400D3.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDeepPink()">
<h3>GetDeepPink</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDeepPink</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFF1493.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFF1493.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDeepSkyBlue()">
<h3>GetDeepSkyBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDeepSkyBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF00BFFF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF00BFFF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDimGray()">
<h3>GetDimGray</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDimGray</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF696969.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF696969.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetDodgerBlue()">
<h3>GetDodgerBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetDodgerBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF1E90FF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF1E90FF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetFirebrick()">
<h3>GetFirebrick</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetFirebrick</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFB22222.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFB22222.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetFloralWhite()">
<h3>GetFloralWhite</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetFloralWhite</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFFAF0.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFFAF0.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetForestGreen()">
<h3>GetForestGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetForestGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF228B22.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF228B22.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetFuchsia()">
<h3>GetFuchsia</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetFuchsia</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFF00FF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFF00FF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetGainsboro()">
<h3>GetGainsboro</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetGainsboro</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFDCDCDC.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFDCDCDC.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetGhostWhite()">
<h3>GetGhostWhite</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetGhostWhite</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF8F8FF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF8F8FF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetGold()">
<h3>GetGold</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetGold</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFD700.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFD700.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetGoldenrod()">
<h3>GetGoldenrod</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetGoldenrod</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFDAA520.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFDAA520.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetGray()">
<h3>GetGray</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetGray</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF808080.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF808080.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetGreen()">
<h3>GetGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF008000.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF008000.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetGreenYellow()">
<h3>GetGreenYellow</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetGreenYellow</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFADFF2F.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFADFF2F.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetHoneydew()">
<h3>GetHoneydew</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetHoneydew</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF0FFF0.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF0FFF0.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetHotPink()">
<h3>GetHotPink</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetHotPink</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFF69B4.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFF69B4.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetIndianRed()">
<h3>GetIndianRed</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetIndianRed</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFCD5C5C.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFCD5C5C.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetIndigo()">
<h3>GetIndigo</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetIndigo</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF4B0082.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF4B0082.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetIvory()">
<h3>GetIvory</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetIvory</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFFFF0.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFFFF0.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetKhaki()">
<h3>GetKhaki</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetKhaki</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF0E68C.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF0E68C.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLavender()">
<h3>GetLavender</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLavender</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFE6E6FA.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFE6E6FA.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLavenderBlush()">
<h3>GetLavenderBlush</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLavenderBlush</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFF0F5.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFF0F5.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLawnGreen()">
<h3>GetLawnGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLawnGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF7CFC00.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF7CFC00.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLemonChiffon()">
<h3>GetLemonChiffon</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLemonChiffon</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFFACD.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFFACD.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightBlue()">
<h3>GetLightBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFADD8E6.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFADD8E6.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightCoral()">
<h3>GetLightCoral</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightCoral</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF08080.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF08080.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightCyan()">
<h3>GetLightCyan</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightCyan</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFE0FFFF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFE0FFFF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightGoldenrodYellow()">
<h3>GetLightGoldenrodYellow</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightGoldenrodYellow</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFAFAD2.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFAFAD2.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightGray()">
<h3>GetLightGray</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightGray</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFD3D3D3.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFD3D3D3.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightGreen()">
<h3>GetLightGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF90EE90.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF90EE90.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightPink()">
<h3>GetLightPink</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightPink</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFB6C1.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFB6C1.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightSalmon()">
<h3>GetLightSalmon</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightSalmon</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFA07A.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFA07A.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightSeaGreen()">
<h3>GetLightSeaGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightSeaGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF20B2AA.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF20B2AA.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightSkyBlue()">
<h3>GetLightSkyBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightSkyBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF87CEFA.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF87CEFA.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightSlateGray()">
<h3>GetLightSlateGray</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightSlateGray</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF778899.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF778899.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightSteelBlue()">
<h3>GetLightSteelBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightSteelBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFB0C4DE.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFB0C4DE.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLightYellow()">
<h3>GetLightYellow</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLightYellow</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFFFE0.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFFFE0.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLime()">
<h3>GetLime</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLime</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF00FF00.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF00FF00.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLimeGreen()">
<h3>GetLimeGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLimeGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF32CD32.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF32CD32.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetLinen()">
<h3>GetLinen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetLinen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFAF0E6.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFAF0E6.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMagenta()">
<h3>GetMagenta</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMagenta</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFF00FF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFF00FF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMaroon()">
<h3>GetMaroon</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMaroon</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF800000.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF800000.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMediumAquamarine()">
<h3>GetMediumAquamarine</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMediumAquamarine</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF66CDAA.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF66CDAA.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMediumBlue()">
<h3>GetMediumBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMediumBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF0000CD.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF0000CD.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMediumOrchid()">
<h3>GetMediumOrchid</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMediumOrchid</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFBA55D3.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFBA55D3.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMediumPurple()">
<h3>GetMediumPurple</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMediumPurple</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF9370DB.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF9370DB.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMediumSeaGreen()">
<h3>GetMediumSeaGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMediumSeaGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF3CB371.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF3CB371.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMediumSlateBlue()">
<h3>GetMediumSlateBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMediumSlateBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF7B68EE.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF7B68EE.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMediumSpringGreen()">
<h3>GetMediumSpringGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMediumSpringGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF00FA9A.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF00FA9A.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMediumTurquoise()">
<h3>GetMediumTurquoise</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMediumTurquoise</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF48D1CC.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF48D1CC.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMediumVioletRed()">
<h3>GetMediumVioletRed</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMediumVioletRed</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFC71585.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFC71585.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMidnightBlue()">
<h3>GetMidnightBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMidnightBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF191970.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF191970.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMintCream()">
<h3>GetMintCream</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMintCream</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF5FFFA.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF5FFFA.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMistyRose()">
<h3>GetMistyRose</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMistyRose</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFE4E1.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFE4E1.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetMoccasin()">
<h3>GetMoccasin</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetMoccasin</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFE4B5.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFE4B5.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetNavajoWhite()">
<h3>GetNavajoWhite</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetNavajoWhite</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFDEAD.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFDEAD.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetNavy()">
<h3>GetNavy</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetNavy</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF000080.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF000080.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetOldLace()">
<h3>GetOldLace</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetOldLace</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFDF5E6.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFDF5E6.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetOlive()">
<h3>GetOlive</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetOlive</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF808000.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF808000.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetOliveDrab()">
<h3>GetOliveDrab</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetOliveDrab</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF6B8E23.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF6B8E23.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetOrange()">
<h3>GetOrange</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetOrange</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFA500.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFA500.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetOrangeRed()">
<h3>GetOrangeRed</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetOrangeRed</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFF4500.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFF4500.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetOrchid()">
<h3>GetOrchid</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetOrchid</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFDA70D6.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFDA70D6.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPaleGoldenrod()">
<h3>GetPaleGoldenrod</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPaleGoldenrod</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFEEE8AA.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFEEE8AA.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPaleGreen()">
<h3>GetPaleGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPaleGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF98FB98.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF98FB98.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPaleTurquoise()">
<h3>GetPaleTurquoise</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPaleTurquoise</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFAFEEEE.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFAFEEEE.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPaleVioletRed()">
<h3>GetPaleVioletRed</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPaleVioletRed</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFDB7093.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFDB7093.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPapayaWhip()">
<h3>GetPapayaWhip</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPapayaWhip</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFEFD5.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFEFD5.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPeachPuff()">
<h3>GetPeachPuff</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPeachPuff</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFDAB9.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFDAB9.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPeru()">
<h3>GetPeru</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPeru</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFCD853F.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFCD853F.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPink()">
<h3>GetPink</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPink</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFC0CB.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFC0CB.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPlum()">
<h3>GetPlum</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPlum</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFDDA0DD.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFDDA0DD.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPowderBlue()">
<h3>GetPowderBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPowderBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFB0E0E6.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFB0E0E6.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetPurple()">
<h3>GetPurple</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetPurple</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF800080.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF800080.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetRed()">
<h3>GetRed</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetRed</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFF0000.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFF0000.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetRosyBrown()">
<h3>GetRosyBrown</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetRosyBrown</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFBC8F8F.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFBC8F8F.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetRoyalBlue()">
<h3>GetRoyalBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetRoyalBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF4169E1.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF4169E1.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSaddleBrown()">
<h3>GetSaddleBrown</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSaddleBrown</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF8B4513.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF8B4513.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSalmon()">
<h3>GetSalmon</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSalmon</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFA8072.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFA8072.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSandyBrown()">
<h3>GetSandyBrown</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSandyBrown</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF4A460.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF4A460.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSeaGreen()">
<h3>GetSeaGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSeaGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF2E8B57.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF2E8B57.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSeaShell()">
<h3>GetSeaShell</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSeaShell</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFF5EE.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFF5EE.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSienna()">
<h3>GetSienna</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSienna</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFA0522D.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFA0522D.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSilver()">
<h3>GetSilver</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSilver</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFC0C0C0.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFC0C0C0.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSkyBlue()">
<h3>GetSkyBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSkyBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF87CEEB.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF87CEEB.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSlateBlue()">
<h3>GetSlateBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSlateBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF6A5ACD.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF6A5ACD.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSlateGray()">
<h3>GetSlateGray</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSlateGray</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF708090.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF708090.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSnow()">
<h3>GetSnow</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSnow</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFFAFA.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFFAFA.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSpringGreen()">
<h3>GetSpringGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSpringGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF00FF7F.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF00FF7F.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetSteelBlue()">
<h3>GetSteelBlue</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetSteelBlue</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF4682B4.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF4682B4.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetTan()">
<h3>GetTan</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetTan</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFD2B48C.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFD2B48C.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetTeal()">
<h3>GetTeal</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetTeal</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF008080.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF008080.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetThistle()">
<h3>GetThistle</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetThistle</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFD8BFD8.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFD8BFD8.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetTomato()">
<h3>GetTomato</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetTomato</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFF6347.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFF6347.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetTurquoise()">
<h3>GetTurquoise</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetTurquoise</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF40E0D0.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF40E0D0.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetViolet()">
<h3>GetViolet</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetViolet</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFEE82EE.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFEE82EE.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetWheat()">
<h3>GetWheat</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetWheat</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF5DEB3.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF5DEB3.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetWhite()">
<h3>GetWhite</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetWhite</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFFFFF.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFFFFF.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetWhiteSmoke()">
<h3>GetWhiteSmoke</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetWhiteSmoke</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFF5F5F5.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFF5F5F5.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetYellow()">
<h3>GetYellow</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetYellow</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FFFFFF00.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FFFFFF00.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetYellowGreen()">
<h3>GetYellowGreen</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">GetYellowGreen</span>()</div>
<div class="block">Gets a color that has an ARGB value of #FF9ACD32.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>A color that has an ARGB value of #FF9ACD32.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getR()">
<h3>getR</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">getR</span>()</div>
<div class="block">Gets the red byte value of the color.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The red byte value.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getG()">
<h3>getG</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">getG</span>()</div>
<div class="block">Gets the green byte value of the color.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The green byte value.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getB()">
<h3>getB</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">getB</span>()</div>
<div class="block">Gets the blue byte value of the color.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The blue byte value.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getA()">
<h3>getA</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">getA</span>()</div>
<div class="block">Gets the alpha byte value of the color.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The alpha byte value.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getIsEmpty()">
<h3>getIsEmpty</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">getIsEmpty</span>()</div>
<div class="block">Gets a value indicating whether this color is empty.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd><code>true</code> if this color is empty; otherwise, <code>false</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getIsNamedColor()">
<h3>getIsNamedColor</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">getIsNamedColor</span>()</div>
<div class="block">Gets a value indicating whether this color is named color.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd><code>true</code> if this color is named color; otherwise,<code>false</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getName()">
<h3>getName</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getName</span>()</div>
<div class="block">Gets the color name.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The color name.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="FromArgb(int)">
<h3>FromArgb</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">FromArgb</span><wbr><span class="parameters">(int&nbsp;argb)</span></div>
<div class="block">Creates a Color structure from a 32-bit ARGB value.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>argb</code> - The ARGB.</dd>
<dt>Returns:</dt>
<dd>Color.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="FromArgb(int,int,int,int)">
<h3>FromArgb</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">FromArgb</span><wbr><span class="parameters">(int&nbsp;alpha,
 int&nbsp;red,
 int&nbsp;green,
 int&nbsp;blue)</span></div>
<div class="block">Creates a Color structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>alpha</code> - The alpha.</dd>
<dd><code>red</code> - The red.</dd>
<dd><code>green</code> - The green.</dd>
<dd><code>blue</code> - The blue.</dd>
<dt>Returns:</dt>
<dd>Color.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="FromArgb(int,com.grapecity.documents.excel.Color)">
<h3>FromArgb</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">FromArgb</span><wbr><span class="parameters">(int&nbsp;alpha,
 <a href="Color.html" title="class in com.grapecity.documents.excel">Color</a>&nbsp;baseColor)</span></div>
<div class="block">Creates a Color structure from the specified Color structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>alpha</code> - The alpha value for the new Color. Valid values are 0 through 255.</dd>
<dd><code>baseColor</code> - Color of the base.</dd>
<dt>Returns:</dt>
<dd>Color.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="FromArgb(int,int,int)">
<h3>FromArgb</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="Color.html" title="class in com.grapecity.documents.excel">Color</a></span>&nbsp;<span class="element-name">FromArgb</span><wbr><span class="parameters">(int&nbsp;red,
 int&nbsp;green,
 int&nbsp;blue)</span></div>
<div class="block">Creates a Color structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>red</code> - The red.</dd>
<dd><code>green</code> - The green.</dd>
<dd><code>blue</code> - The blue.</dd>
<dt>Returns:</dt>
<dd>Color.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getBrightness()">
<h3>getBrightness</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">float</span>&nbsp;<span class="element-name">getBrightness</span>()</div>
<div class="block">Gets the hue-saturation-brightness (HSB) brightness value for this Color structure.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>System.Single.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getHue()">
<h3>getHue</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">float</span>&nbsp;<span class="element-name">getHue</span>()</div>
<div class="block">Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this Color structure.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>System.Single.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getSaturation()">
<h3>getSaturation</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">float</span>&nbsp;<span class="element-name">getSaturation</span>()</div>
<div class="block">Gets the hue-saturation-brightness (HSB) saturation value for this Color structure.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>System.Single.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="toArgb()">
<h3>toArgb</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">toArgb</span>()</div>
<div class="block">Gets the 32-bit ARGB value of this Color structure.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The 32-bit ARGB value of this Color structure.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="toString()">
<h3>toString</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">toString</span>()</div>
<div class="block">Converts this Color structure to a human-readable string. (Overrides ValueType.ToString().) In XNA Framework 3.0, this member is inherited from Object.ToString().</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></dd>
<dt>Returns:</dt>
<dd>A <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link"><code>String</code></a> that represents this instance.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="equals(java.lang.Object)">
<h3>equals</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">equals</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;obj)</span></div>
<div class="block">Tests whether the specified object is a Color structure and is equivalent to this Color structure.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></dd>
<dt>Parameters:</dt>
<dd><code>obj</code> - Another object to compare to.</dd>
<dt>Returns:</dt>
<dd><code>true</code> if the specified <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link"><code>Object</code></a> is equal tothis instance; otherwise,  <code>false</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="hashCode()">
<h3>hashCode</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">hashCode</span>()</div>
<div class="block">Returns a hash code for this instance.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></dd>
<dt>Returns:</dt>
<dd>A hash code for this instance, suitable for use in hashing algorithmsand data structures like a hash table.</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
<script>var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";

function show(tableId, selected, columns) {
    if (tableId !== selected) {
        document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')')
            .forEach(function (elem) {
                elem.style.display = 'none';
            });
    }
    document.querySelectorAll('div.' + selected)
        .forEach(function (elem, index) {
            elem.style.display = '';
            var isEvenRow = index % (columns * 2) < columns;
            elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor);
            elem.classList.add(isEvenRow ? evenRowColor : oddRowColor);
        });
    updateTabs(tableId, selected);
}

function updateTabs(tableId, selected) {
    document.querySelector('div#' + tableId + ' .summary-table')
        .setAttribute('aria-labelledby', selected);
    document.querySelectorAll('button[id^="' + tableId + '"]')
        .forEach(function (tab, index) {
            if (selected === tab.id || (tableId === selected && index === 0)) {
                tab.className = activeTableTab;
                tab.setAttribute('aria-selected', true);
                tab.setAttribute('tabindex', 0);
            } else {
                tab.className = tableTab;
                tab.setAttribute('aria-selected', false);
                tab.setAttribute('tabindex', -1);
            }
        });
}

function switchTab(e) {
    var selected = document.querySelector('[aria-selected=true]');
    if (selected) {
        if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) {
            // left or up arrow key pressed: move focus to previous tab
            selected.previousSibling.click();
            selected.previousSibling.focus();
            e.preventDefault();
        } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) {
            // right or down arrow key pressed: move focus to next tab
            selected.nextSibling.click();
            selected.nextSibling.focus();
            e.preventDefault();
        }
    }
}
</script></div>