aspose.cells

Class Color

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

Constructor Summary
Color()
construct function
 
Method Summary
functionequals(obj)
Tests whether the specified object is a Color object and is equivalent to this object.
static functionfromArgb(argb)
Creates a Color object from a 32-bit ARGB value.
static functionfromArgb(red, green, 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 functionfromArgb(alpha, red, green, 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.
functiongetA()
Gets the alpha component value of this Color object.
static functiongetAliceBlue()
Get a system-defined color.
static functiongetAntiqueWhite()
Get a system-defined color.
static functiongetAqua()
Get a system-defined color.
static functiongetAquamarine()
Get a system-defined color.
static functiongetAzure()
Get a system-defined color.
functiongetB()
Gets the blue component value of this Color object.
static functiongetBeige()
Get a system-defined color.
static functiongetBisque()
Get a system-defined color.
static functiongetBlack()
Get a system-defined color.
static functiongetBlanchedAlmond()
Get a system-defined color.
static functiongetBlue()
Get a system-defined color.
static functiongetBlueViolet()
Get a system-defined color.
static functiongetBrown()
Get a system-defined color.
static functiongetBurlyWood()
Get a system-defined color.
static functiongetCadetBlue()
Get a system-defined color.
static functiongetChartreuse()
Get a system-defined color.
static functiongetChocolate()
Get a system-defined color.
static functiongetCoral()
Get a system-defined color.
static functiongetCornflowerBlue()
Get a system-defined color.
static functiongetCornsilk()
Get a system-defined color.
static functiongetCrimson()
Get a system-defined color.
static functiongetCyan()
Get a system-defined color.
static functiongetDarkBlue()
Get a system-defined color.
static functiongetDarkCyan()
Get a system-defined color.
static functiongetDarkGoldenrod()
Get a system-defined color.
static functiongetDarkGray()
Get a system-defined color.
static functiongetDarkGreen()
Get a system-defined color.
static functiongetDarkKhaki()
Get a system-defined color.
static functiongetDarkMagenta()
Get a system-defined color.
static functiongetDarkOliveGreen()
Get a system-defined color.
static functiongetDarkOrange()
Get a system-defined color.
static functiongetDarkOrchid()
Get a system-defined color.
static functiongetDarkRed()
Get a system-defined color.
static functiongetDarkSalmon()
Get a system-defined color.
static functiongetDarkSeaGreen()
Get a system-defined color.
static functiongetDarkSlateBlue()
Get a system-defined color.
static functiongetDarkSlateGray()
Get a system-defined color.
static functiongetDarkTurquoise()
Get a system-defined color.
static functiongetDarkViolet()
Get a system-defined color.
static functiongetDeepPink()
Get a system-defined color.
static functiongetDeepSkyBlue()
Get a system-defined color.
static functiongetDimGray()
Get a system-defined color.
static functiongetDodgerBlue()
Get a system-defined color.
static functiongetEmpty()
Get a system-defined empty color.
static functiongetFirebrick()
Get a system-defined color.
static functiongetFloralWhite()
Get a system-defined color.
static functiongetForestGreen()
Get a system-defined color.
static functiongetFuchsia()
Get a system-defined color.
functiongetG()
Gets the green component value of this Color object.
static functiongetGainsboro()
Get a system-defined color.
static functiongetGhostWhite()
Get a system-defined color.
static functiongetGold()
Get a system-defined color.
static functiongetGoldenrod()
Get a system-defined color.
static functiongetGray()
Get a system-defined color.
static functiongetGreen()
Get a system-defined color.
static functiongetGreenYellow()
Get a system-defined color.
static functiongetHoneydew()
Get a system-defined color.
static functiongetHotPink()
Get a system-defined color.
static functiongetIndianRed()
Get a system-defined color.
static functiongetIndigo()
Get a system-defined color.
static functiongetIvory()
Get a system-defined color.
static functiongetKhaki()
Get a system-defined color.
static functiongetLavender()
Get a system-defined color.
static functiongetLavenderBlush()
Get a system-defined color.
static functiongetLawnGreen()
Get a system-defined color.
static functiongetLemonChiffon()
Get a system-defined color.
static functiongetLightBlue()
Get a system-defined color.
static functiongetLightCoral()
Get a system-defined color.
static functiongetLightCyan()
Get a system-defined color.
static functiongetLightGoldenrodYellow()
Get a system-defined color.
static functiongetLightGray()
Get a system-defined color.
static functiongetLightGreen()
Get a system-defined color.
static functiongetLightPink()
Get a system-defined color.
static functiongetLightSalmon()
Get a system-defined color.
static functiongetLightSeaGreen()
Get a system-defined color.
static functiongetLightSkyBlue()
Get a system-defined color.
static functiongetLightSlateGray()
Get a system-defined color.
static functiongetLightSteelBlue()
Get a system-defined color.
static functiongetLightYellow()
Get a system-defined color.
static functiongetLime()
Get a system-defined color.
static functiongetLimeGreen()
Get a system-defined color.
static functiongetLinen()
Get a system-defined color.
static functiongetMagenta()
Get a system-defined color.
static functiongetMaroon()
Get a system-defined color.
static functiongetMediumAquamarine()
Get a system-defined color.
static functiongetMediumBlue()
Get a system-defined color.
static functiongetMediumOrchid()
Get a system-defined color.
static functiongetMediumPurple()
Get a system-defined color.
static functiongetMediumSeaGreen()
Get a system-defined color.
static functiongetMediumSlateBlue()
Get a system-defined color.
static functiongetMediumSpringGreen()
Get a system-defined color.
static functiongetMediumTurquoise()
Get a system-defined color.
static functiongetMediumVioletRed()
Get a system-defined color.
static functiongetMidnightBlue()
Get a system-defined color.
static functiongetMintCream()
Get a system-defined color.
static functiongetMistyRose()
Get a system-defined color.
static functiongetMoccasin()
Get a system-defined color.
static functiongetNavajoWhite()
Get a system-defined color.
static functiongetNavy()
Get a system-defined color.
static functiongetOldLace()
Get a system-defined color.
static functiongetOlive()
Get a system-defined color.
static functiongetOliveDrab()
Get a system-defined color.
static functiongetOrange()
Get a system-defined color.
static functiongetOrangeRed()
Get a system-defined color.
static functiongetOrchid()
Get a system-defined color.
static functiongetPaleGoldenrod()
Get a system-defined color.
static functiongetPaleGreen()
Get a system-defined color.
static functiongetPaleTurquoise()
Get a system-defined color.
static functiongetPaleVioletRed()
Get a system-defined color.
static functiongetPapayaWhip()
Get a system-defined color.
static functiongetPeachPuff()
Get a system-defined color.
static functiongetPeru()
Get a system-defined color.
static functiongetPink()
Get a system-defined color.
static functiongetPlum()
Get a system-defined color.
static functiongetPowderBlue()
Get a system-defined color.
static functiongetPurple()
Get a system-defined color.
functiongetR()
Gets the red component value of this Color object.
static functiongetRed()
Get a system-defined color.
static functiongetRosyBrown()
Get a system-defined color.
static functiongetRoyalBlue()
Get a system-defined color.
static functiongetSaddleBrown()
Get a system-defined color.
static functiongetSalmon()
Get a system-defined color.
static functiongetSandyBrown()
Get a system-defined color.
static functiongetSeaGreen()
Get a system-defined color.
static functiongetSeaShell()
Get a system-defined color.
static functiongetSienna()
Get a system-defined color.
static functiongetSilver()
Get a system-defined color.
static functiongetSkyBlue()
Get a system-defined color.
static functiongetSlateBlue()
Get a system-defined color.
static functiongetSlateGray()
Get a system-defined color.
static functiongetSnow()
Get a system-defined color.
static functiongetSpringGreen()
Get a system-defined color.
static functiongetSteelBlue()
Get a system-defined color.
static functiongetTan()
Get a system-defined color.
static functiongetTeal()
Get a system-defined color.
static functiongetThistle()
Get a system-defined color.
static functiongetTomato()
Get a system-defined color.
static functiongetTransparent()
Get a system-defined color.
static functiongetTurquoise()
Get a system-defined color.
static functiongetViolet()
Get a system-defined color.
static functiongetWheat()
Get a system-defined color.
static functiongetWhite()
Get a system-defined color.
static functiongetWhiteSmoke()
Get a system-defined color.
static functiongetYellow()
Get a system-defined color.
static functiongetYellowGreen()
Get a system-defined color.
functionhashCode()
Returns a hash code for this Color object.
functionisEmpty()
Specifies whether this Color object is uninitialized.
functiontoArgb()
Gets the 32-bit ARGB value of this Color object.
 

    • Constructor Detail

      • Color

        function Color()
        construct function
    • Method Detail

      • getSienna

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        function getA()
        Gets the alpha component value of this Color object.
        Returns:
        The alpha component value of this Color object.
      • getR

        function getR()
        Gets the red component value of this Color object.
        Returns:
        The red component value of this Color object.
      • getG

        function getG()
        Gets the green component value of this Color object.
        Returns:
        The green component value of this Color object.
      • getB

        function getB()
        Gets the blue component value of this Color object.
        Returns:
        The blue component value of this Color object.
      • isEmpty

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

        function toArgb()
        Gets the 32-bit ARGB value of this Color object.
        Returns:
        The 32-bit ARGB value of this Color object.
      • equals

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

        function hashCode()
        Returns a hash code for this Color object.
        Returns:
        An integer value that specifies the hash code for this Color object.
      • fromArgb

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

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

        static function fromArgb(alpha, red, green, 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: Number - The alpha component. Valid values are 0 through 255.
        red: Number - The red component. Valid values are 0 through 255.
        green: Number - The green component. Valid values are 0 through 255.
        blue: Number - The blue component. Valid values are 0 through 255.
        Returns:
        The Color object that this method creates.
      • getEmpty

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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