com.aspose.cells
Class Color

java.lang.Object
    extended by com.aspose.cells.Color
All Implemented Interfaces:
java.lang.Cloneable

public class Color 
extends java.lang.Object

Represents an ARGB (alpha, red, green, blue) color.

Constructor Summary
Color()
           construct function
 
Method Summary
booleanequals(java.lang.Object obj)
           Tests whether the specified object is a Color object and is equivalent to this object.
static ColorfromArgb(int argb)
           Creates a Color object from a 32-bit ARGB value.
static ColorfromArgb(int red, int green, int blue)
           Creates a Color object 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.
static ColorfromArgb(int alpha, int red, int green, int blue)
           Creates a Color object 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.
bytegetA()
           Gets the alpha component value of this Color object.
static ColorgetAliceBlue()
           Get a system-defined color.
static ColorgetAntiqueWhite()
           Get a system-defined color.
static ColorgetAqua()
           Get a system-defined color.
static ColorgetAquamarine()
           Get a system-defined color.
static ColorgetAzure()
           Get a system-defined color.
bytegetB()
           Gets the blue component value of this Color object.
static ColorgetBeige()
           Get a system-defined color.
static ColorgetBisque()
           Get a system-defined color.
static ColorgetBlack()
           Get a system-defined color.
static ColorgetBlanchedAlmond()
           Get a system-defined color.
static ColorgetBlue()
           Get a system-defined color.
static ColorgetBlueViolet()
           Get a system-defined color.
static ColorgetBrown()
           Get a system-defined color.
static ColorgetBurlyWood()
           Get a system-defined color.
static ColorgetCadetBlue()
           Get a system-defined color.
static ColorgetChartreuse()
           Get a system-defined color.
static ColorgetChocolate()
           Get a system-defined color.
static ColorgetCoral()
           Get a system-defined color.
static ColorgetCornflowerBlue()
           Get a system-defined color.
static ColorgetCornsilk()
           Get a system-defined color.
static ColorgetCrimson()
           Get a system-defined color.
static ColorgetCyan()
           Get a system-defined color.
static ColorgetDarkBlue()
           Get a system-defined color.
static ColorgetDarkCyan()
           Get a system-defined color.
static ColorgetDarkGoldenrod()
           Get a system-defined color.
static ColorgetDarkGray()
           Get a system-defined color.
static ColorgetDarkGreen()
           Get a system-defined color.
static ColorgetDarkKhaki()
           Get a system-defined color.
static ColorgetDarkMagenta()
           Get a system-defined color.
static ColorgetDarkOliveGreen()
           Get a system-defined color.
static ColorgetDarkOrange()
           Get a system-defined color.
static ColorgetDarkOrchid()
           Get a system-defined color.
static ColorgetDarkRed()
           Get a system-defined color.
static ColorgetDarkSalmon()
           Get a system-defined color.
static ColorgetDarkSeaGreen()
           Get a system-defined color.
static ColorgetDarkSlateBlue()
           Get a system-defined color.
static ColorgetDarkSlateGray()
           Get a system-defined color.
static ColorgetDarkTurquoise()
           Get a system-defined color.
static ColorgetDarkViolet()
           Get a system-defined color.
static ColorgetDeepPink()
           Get a system-defined color.
static ColorgetDeepSkyBlue()
           Get a system-defined color.
static ColorgetDimGray()
           Get a system-defined color.
static ColorgetDodgerBlue()
           Get a system-defined color.
static ColorgetEmpty()
           Get a system-defined empty color.
static ColorgetFirebrick()
           Get a system-defined color.
static ColorgetFloralWhite()
           Get a system-defined color.
static ColorgetForestGreen()
           Get a system-defined color.
static ColorgetFuchsia()
           Get a system-defined color.
bytegetG()
           Gets the green component value of this Color object.
static ColorgetGainsboro()
           Get a system-defined color.
static ColorgetGhostWhite()
           Get a system-defined color.
static ColorgetGold()
           Get a system-defined color.
static ColorgetGoldenrod()
           Get a system-defined color.
static ColorgetGray()
           Get a system-defined color.
static ColorgetGreen()
           Get a system-defined color.
static ColorgetGreenYellow()
           Get a system-defined color.
static ColorgetHoneydew()
           Get a system-defined color.
static ColorgetHotPink()
           Get a system-defined color.
static ColorgetIndianRed()
           Get a system-defined color.
static ColorgetIndigo()
           Get a system-defined color.
static ColorgetIvory()
           Get a system-defined color.
static ColorgetKhaki()
           Get a system-defined color.
static ColorgetLavender()
           Get a system-defined color.
static ColorgetLavenderBlush()
           Get a system-defined color.
static ColorgetLawnGreen()
           Get a system-defined color.
static ColorgetLemonChiffon()
           Get a system-defined color.
static ColorgetLightBlue()
           Get a system-defined color.
static ColorgetLightCoral()
           Get a system-defined color.
static ColorgetLightCyan()
           Get a system-defined color.
static ColorgetLightGoldenrodYellow()
           Get a system-defined color.
static ColorgetLightGray()
           Get a system-defined color.
static ColorgetLightGreen()
           Get a system-defined color.
static ColorgetLightPink()
           Get a system-defined color.
static ColorgetLightSalmon()
           Get a system-defined color.
static ColorgetLightSeaGreen()
           Get a system-defined color.
static ColorgetLightSkyBlue()
           Get a system-defined color.
static ColorgetLightSlateGray()
           Get a system-defined color.
static ColorgetLightSteelBlue()
           Get a system-defined color.
static ColorgetLightYellow()
           Get a system-defined color.
static ColorgetLime()
           Get a system-defined color.
static ColorgetLimeGreen()
           Get a system-defined color.
static ColorgetLinen()
           Get a system-defined color.
static ColorgetMagenta()
           Get a system-defined color.
static ColorgetMaroon()
           Get a system-defined color.
static ColorgetMediumAquamarine()
           Get a system-defined color.
static ColorgetMediumBlue()
           Get a system-defined color.
static ColorgetMediumOrchid()
           Get a system-defined color.
static ColorgetMediumPurple()
           Get a system-defined color.
static ColorgetMediumSeaGreen()
           Get a system-defined color.
static ColorgetMediumSlateBlue()
           Get a system-defined color.
static ColorgetMediumSpringGreen()
           Get a system-defined color.
static ColorgetMediumTurquoise()
           Get a system-defined color.
static ColorgetMediumVioletRed()
           Get a system-defined color.
static ColorgetMidnightBlue()
           Get a system-defined color.
static ColorgetMintCream()
           Get a system-defined color.
static ColorgetMistyRose()
           Get a system-defined color.
static ColorgetMoccasin()
           Get a system-defined color.
static ColorgetNavajoWhite()
           Get a system-defined color.
static ColorgetNavy()
           Get a system-defined color.
static ColorgetOldLace()
           Get a system-defined color.
static ColorgetOlive()
           Get a system-defined color.
static ColorgetOliveDrab()
           Get a system-defined color.
static ColorgetOrange()
           Get a system-defined color.
static ColorgetOrangeRed()
           Get a system-defined color.
static ColorgetOrchid()
           Get a system-defined color.
static ColorgetPaleGoldenrod()
           Get a system-defined color.
static ColorgetPaleGreen()
           Get a system-defined color.
static ColorgetPaleTurquoise()
           Get a system-defined color.
static ColorgetPaleVioletRed()
           Get a system-defined color.
static ColorgetPapayaWhip()
           Get a system-defined color.
static ColorgetPeachPuff()
           Get a system-defined color.
static ColorgetPeru()
           Get a system-defined color.
static ColorgetPink()
           Get a system-defined color.
static ColorgetPlum()
           Get a system-defined color.
static ColorgetPowderBlue()
           Get a system-defined color.
static ColorgetPurple()
           Get a system-defined color.
bytegetR()
           Gets the red component value of this Color object.
static ColorgetRed()
           Get a system-defined color.
static ColorgetRosyBrown()
           Get a system-defined color.
static ColorgetRoyalBlue()
           Get a system-defined color.
static ColorgetSaddleBrown()
           Get a system-defined color.
static ColorgetSalmon()
           Get a system-defined color.
static ColorgetSandyBrown()
           Get a system-defined color.
static ColorgetSeaGreen()
           Get a system-defined color.
static ColorgetSeaShell()
           Get a system-defined color.
static ColorgetSienna()
           Get a system-defined color.
static ColorgetSilver()
           Get a system-defined color.
static ColorgetSkyBlue()
           Get a system-defined color.
static ColorgetSlateBlue()
           Get a system-defined color.
static ColorgetSlateGray()
           Get a system-defined color.
static ColorgetSnow()
           Get a system-defined color.
static ColorgetSpringGreen()
           Get a system-defined color.
static ColorgetSteelBlue()
           Get a system-defined color.
static ColorgetTan()
           Get a system-defined color.
static ColorgetTeal()
           Get a system-defined color.
static ColorgetThistle()
           Get a system-defined color.
static ColorgetTomato()
           Get a system-defined color.
static ColorgetTransparent()
           Get a system-defined color.
static ColorgetTurquoise()
           Get a system-defined color.
static ColorgetViolet()
           Get a system-defined color.
static ColorgetWheat()
           Get a system-defined color.
static ColorgetWhite()
           Get a system-defined color.
static ColorgetWhiteSmoke()
           Get a system-defined color.
static ColorgetYellow()
           Get a system-defined color.
static ColorgetYellowGreen()
           Get a system-defined color.
inthashCode()
           Returns a hash code for this Color object.
booleanisEmpty()
           Specifies whether this Color object is uninitialized.
inttoArgb()
           Gets the 32-bit ARGB value of this Color object.
 

Constructor Detail

Color

public Color()
construct function

Method Detail

getSienna

public static Color getSienna()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSilver

public static Color getSilver()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSkyBlue

public static Color getSkyBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSlateBlue

public static Color getSlateBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSlateGray

public static Color getSlateGray()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSnow

public static Color getSnow()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSpringGreen

public static Color getSpringGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSteelBlue

public static Color getSteelBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getTan

public static Color getTan()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getTeal

public static Color getTeal()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getThistle

public static Color getThistle()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getTomato

public static Color getTomato()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getTransparent

public static Color getTransparent()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getTurquoise

public static Color getTurquoise()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getViolet

public static Color getViolet()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getWheat

public static Color getWheat()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getWhite

public static Color getWhite()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getWhiteSmoke

public static Color getWhiteSmoke()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getYellow

public static Color getYellow()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getYellowGreen

public static Color getYellowGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getA

public byte getA()
Gets the alpha component value of this Color object.
Returns:
The alpha component value of this Color object.

getR

public byte getR()
Gets the red component value of this Color object.
Returns:
The red component value of this Color object.

getG

public byte getG()
Gets the green component value of this Color object.
Returns:
The green component value of this Color object.

getB

public byte getB()
Gets the blue component value of this Color object.
Returns:
The blue component value of this Color object.

isEmpty

public boolean isEmpty()
Specifies whether this Color object is uninitialized.
Returns:
This property returns true if this color is uninitialized; otherwise, false.

toArgb

public int toArgb()
Gets the 32-bit ARGB value of this Color object.
Returns:
The 32-bit ARGB value of this Color object.

equals

public boolean equals(java.lang.Object obj)
Tests whether the specified object is a Color object and is equivalent to this object.
Parameters:
obj - The object to test.
Returns:
true if obj is a Color object and equivalent to this Color object; otherwise, false.

hashCode

public int hashCode()
Returns a hash code for this Color object.
Returns:
An integer value that specifies the hash code for this Color object.

fromArgb

public static Color fromArgb(int argb)
Creates a Color object from a 32-bit ARGB value.
Parameters:
argb - A value specifying the 32-bit ARGB value.
Returns:
The Color object that this method creates.

fromArgb

public static Color fromArgb(int red, int green, int blue)
Creates a Color object 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.
Parameters:
red - The red component value for the new Color object. Valid values are 0 through 255.
green - The green component value for the new Color object. Valid values are 0 through 255.
blue - The blue component value for the new Color object. Valid values are 0 through 255.
Returns:
The Color object that this method creates.

fromArgb

public static Color fromArgb(int alpha, int red, int green, int blue)
Creates a Color object 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.
Parameters:
alpha - The alpha component. Valid values are 0 through 255.
red - The red component. Valid values are 0 through 255.
green - The green component. Valid values are 0 through 255.
blue - The blue component. Valid values are 0 through 255.
Returns:
The Color object that this method creates.

getEmpty

public static Color getEmpty()
Get a system-defined empty color.
Returns:
A Color object representing a system-defined color.

getAliceBlue

public static Color getAliceBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getAntiqueWhite

public static Color getAntiqueWhite()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getAzure

public static Color getAzure()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getAquamarine

public static Color getAquamarine()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getAqua

public static Color getAqua()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getBeige

public static Color getBeige()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getBisque

public static Color getBisque()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getBlack

public static Color getBlack()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getBlanchedAlmond

public static Color getBlanchedAlmond()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getBlue

public static Color getBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getBlueViolet

public static Color getBlueViolet()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getBrown

public static Color getBrown()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getCadetBlue

public static Color getCadetBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getBurlyWood

public static Color getBurlyWood()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getChartreuse

public static Color getChartreuse()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getChocolate

public static Color getChocolate()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getCoral

public static Color getCoral()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getCornflowerBlue

public static Color getCornflowerBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getCornsilk

public static Color getCornsilk()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getCrimson

public static Color getCrimson()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getCyan

public static Color getCyan()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkBlue

public static Color getDarkBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkCyan

public static Color getDarkCyan()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkGoldenrod

public static Color getDarkGoldenrod()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkGray

public static Color getDarkGray()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkGreen

public static Color getDarkGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkKhaki

public static Color getDarkKhaki()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkMagenta

public static Color getDarkMagenta()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkOliveGreen

public static Color getDarkOliveGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkOrange

public static Color getDarkOrange()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkOrchid

public static Color getDarkOrchid()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkRed

public static Color getDarkRed()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkSalmon

public static Color getDarkSalmon()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkSeaGreen

public static Color getDarkSeaGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkSlateBlue

public static Color getDarkSlateBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkSlateGray

public static Color getDarkSlateGray()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkTurquoise

public static Color getDarkTurquoise()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDarkViolet

public static Color getDarkViolet()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDeepPink

public static Color getDeepPink()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDeepSkyBlue

public static Color getDeepSkyBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDimGray

public static Color getDimGray()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getDodgerBlue

public static Color getDodgerBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getFirebrick

public static Color getFirebrick()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getFloralWhite

public static Color getFloralWhite()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getForestGreen

public static Color getForestGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getFuchsia

public static Color getFuchsia()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getGainsboro

public static Color getGainsboro()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getGhostWhite

public static Color getGhostWhite()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getGold

public static Color getGold()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getGoldenrod

public static Color getGoldenrod()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getGray

public static Color getGray()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getGreen

public static Color getGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getGreenYellow

public static Color getGreenYellow()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getHoneydew

public static Color getHoneydew()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getHotPink

public static Color getHotPink()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getIndianRed

public static Color getIndianRed()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getIndigo

public static Color getIndigo()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getIvory

public static Color getIvory()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getKhaki

public static Color getKhaki()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLavender

public static Color getLavender()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLavenderBlush

public static Color getLavenderBlush()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLawnGreen

public static Color getLawnGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLemonChiffon

public static Color getLemonChiffon()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightBlue

public static Color getLightBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightCoral

public static Color getLightCoral()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightCyan

public static Color getLightCyan()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightGoldenrodYellow

public static Color getLightGoldenrodYellow()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightGray

public static Color getLightGray()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightGreen

public static Color getLightGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightPink

public static Color getLightPink()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightSalmon

public static Color getLightSalmon()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightSeaGreen

public static Color getLightSeaGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightSkyBlue

public static Color getLightSkyBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightSlateGray

public static Color getLightSlateGray()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightSteelBlue

public static Color getLightSteelBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLightYellow

public static Color getLightYellow()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLime

public static Color getLime()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLimeGreen

public static Color getLimeGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getLinen

public static Color getLinen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMagenta

public static Color getMagenta()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMaroon

public static Color getMaroon()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMediumAquamarine

public static Color getMediumAquamarine()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMediumBlue

public static Color getMediumBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMediumOrchid

public static Color getMediumOrchid()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMediumPurple

public static Color getMediumPurple()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMediumSeaGreen

public static Color getMediumSeaGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMediumSlateBlue

public static Color getMediumSlateBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMediumSpringGreen

public static Color getMediumSpringGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMediumTurquoise

public static Color getMediumTurquoise()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMediumVioletRed

public static Color getMediumVioletRed()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMidnightBlue

public static Color getMidnightBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMintCream

public static Color getMintCream()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMistyRose

public static Color getMistyRose()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getMoccasin

public static Color getMoccasin()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getNavajoWhite

public static Color getNavajoWhite()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getNavy

public static Color getNavy()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getOldLace

public static Color getOldLace()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getOlive

public static Color getOlive()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getOliveDrab

public static Color getOliveDrab()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getOrange

public static Color getOrange()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getOrangeRed

public static Color getOrangeRed()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getOrchid

public static Color getOrchid()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPaleGoldenrod

public static Color getPaleGoldenrod()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPaleGreen

public static Color getPaleGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPaleTurquoise

public static Color getPaleTurquoise()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPaleVioletRed

public static Color getPaleVioletRed()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPapayaWhip

public static Color getPapayaWhip()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPeachPuff

public static Color getPeachPuff()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPeru

public static Color getPeru()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPink

public static Color getPink()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPlum

public static Color getPlum()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPowderBlue

public static Color getPowderBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getPurple

public static Color getPurple()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getRed

public static Color getRed()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getRosyBrown

public static Color getRosyBrown()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getRoyalBlue

public static Color getRoyalBlue()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSaddleBrown

public static Color getSaddleBrown()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSalmon

public static Color getSalmon()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSandyBrown

public static Color getSandyBrown()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSeaGreen

public static Color getSeaGreen()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

getSeaShell

public static Color getSeaShell()
Get a system-defined color.
Returns:
A Color object representing a system-defined color.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.