asposecells.api

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

Constructor Summary
Color()
construct function
 
Method Summary
methodequals(obj)
Tests whether the specified object is a Color object and is equivalent to this object.
static methodfromArgb(argb)
Creates a Color object from a 32-bit ARGB value.
static methodfromArgb(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 methodfromArgb(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.
methodgetA()
Gets the alpha component value of this Color object.
static methodgetAliceBlue()
Get a system-defined color.
static methodgetAntiqueWhite()
Get a system-defined color.
static methodgetAqua()
Get a system-defined color.
static methodgetAquamarine()
Get a system-defined color.
static methodgetAzure()
Get a system-defined color.
methodgetB()
Gets the blue component value of this Color object.
static methodgetBeige()
Get a system-defined color.
static methodgetBisque()
Get a system-defined color.
static methodgetBlack()
Get a system-defined color.
static methodgetBlanchedAlmond()
Get a system-defined color.
static methodgetBlue()
Get a system-defined color.
static methodgetBlueViolet()
Get a system-defined color.
static methodgetBrown()
Get a system-defined color.
static methodgetBurlyWood()
Get a system-defined color.
static methodgetCadetBlue()
Get a system-defined color.
static methodgetChartreuse()
Get a system-defined color.
static methodgetChocolate()
Get a system-defined color.
static methodgetCoral()
Get a system-defined color.
static methodgetCornflowerBlue()
Get a system-defined color.
static methodgetCornsilk()
Get a system-defined color.
static methodgetCrimson()
Get a system-defined color.
static methodgetCyan()
Get a system-defined color.
static methodgetDarkBlue()
Get a system-defined color.
static methodgetDarkCyan()
Get a system-defined color.
static methodgetDarkGoldenrod()
Get a system-defined color.
static methodgetDarkGray()
Get a system-defined color.
static methodgetDarkGreen()
Get a system-defined color.
static methodgetDarkKhaki()
Get a system-defined color.
static methodgetDarkMagenta()
Get a system-defined color.
static methodgetDarkOliveGreen()
Get a system-defined color.
static methodgetDarkOrange()
Get a system-defined color.
static methodgetDarkOrchid()
Get a system-defined color.
static methodgetDarkRed()
Get a system-defined color.
static methodgetDarkSalmon()
Get a system-defined color.
static methodgetDarkSeaGreen()
Get a system-defined color.
static methodgetDarkSlateBlue()
Get a system-defined color.
static methodgetDarkSlateGray()
Get a system-defined color.
static methodgetDarkTurquoise()
Get a system-defined color.
static methodgetDarkViolet()
Get a system-defined color.
static methodgetDeepPink()
Get a system-defined color.
static methodgetDeepSkyBlue()
Get a system-defined color.
static methodgetDimGray()
Get a system-defined color.
static methodgetDodgerBlue()
Get a system-defined color.
static methodgetEmpty()
Get a system-defined empty color.
static methodgetFirebrick()
Get a system-defined color.
static methodgetFloralWhite()
Get a system-defined color.
static methodgetForestGreen()
Get a system-defined color.
static methodgetFuchsia()
Get a system-defined color.
methodgetG()
Gets the green component value of this Color object.
static methodgetGainsboro()
Get a system-defined color.
static methodgetGhostWhite()
Get a system-defined color.
static methodgetGold()
Get a system-defined color.
static methodgetGoldenrod()
Get a system-defined color.
static methodgetGray()
Get a system-defined color.
static methodgetGreen()
Get a system-defined color.
static methodgetGreenYellow()
Get a system-defined color.
static methodgetHoneydew()
Get a system-defined color.
static methodgetHotPink()
Get a system-defined color.
static methodgetIndianRed()
Get a system-defined color.
static methodgetIndigo()
Get a system-defined color.
static methodgetIvory()
Get a system-defined color.
static methodgetKhaki()
Get a system-defined color.
static methodgetLavender()
Get a system-defined color.
static methodgetLavenderBlush()
Get a system-defined color.
static methodgetLawnGreen()
Get a system-defined color.
static methodgetLemonChiffon()
Get a system-defined color.
static methodgetLightBlue()
Get a system-defined color.
static methodgetLightCoral()
Get a system-defined color.
static methodgetLightCyan()
Get a system-defined color.
static methodgetLightGoldenrodYellow()
Get a system-defined color.
static methodgetLightGray()
Get a system-defined color.
static methodgetLightGreen()
Get a system-defined color.
static methodgetLightPink()
Get a system-defined color.
static methodgetLightSalmon()
Get a system-defined color.
static methodgetLightSeaGreen()
Get a system-defined color.
static methodgetLightSkyBlue()
Get a system-defined color.
static methodgetLightSlateGray()
Get a system-defined color.
static methodgetLightSteelBlue()
Get a system-defined color.
static methodgetLightYellow()
Get a system-defined color.
static methodgetLime()
Get a system-defined color.
static methodgetLimeGreen()
Get a system-defined color.
static methodgetLinen()
Get a system-defined color.
static methodgetMagenta()
Get a system-defined color.
static methodgetMaroon()
Get a system-defined color.
static methodgetMediumAquamarine()
Get a system-defined color.
static methodgetMediumBlue()
Get a system-defined color.
static methodgetMediumOrchid()
Get a system-defined color.
static methodgetMediumPurple()
Get a system-defined color.
static methodgetMediumSeaGreen()
Get a system-defined color.
static methodgetMediumSlateBlue()
Get a system-defined color.
static methodgetMediumSpringGreen()
Get a system-defined color.
static methodgetMediumTurquoise()
Get a system-defined color.
static methodgetMediumVioletRed()
Get a system-defined color.
static methodgetMidnightBlue()
Get a system-defined color.
static methodgetMintCream()
Get a system-defined color.
static methodgetMistyRose()
Get a system-defined color.
static methodgetMoccasin()
Get a system-defined color.
static methodgetNavajoWhite()
Get a system-defined color.
static methodgetNavy()
Get a system-defined color.
static methodgetOldLace()
Get a system-defined color.
static methodgetOlive()
Get a system-defined color.
static methodgetOliveDrab()
Get a system-defined color.
static methodgetOrange()
Get a system-defined color.
static methodgetOrangeRed()
Get a system-defined color.
static methodgetOrchid()
Get a system-defined color.
static methodgetPaleGoldenrod()
Get a system-defined color.
static methodgetPaleGreen()
Get a system-defined color.
static methodgetPaleTurquoise()
Get a system-defined color.
static methodgetPaleVioletRed()
Get a system-defined color.
static methodgetPapayaWhip()
Get a system-defined color.
static methodgetPeachPuff()
Get a system-defined color.
static methodgetPeru()
Get a system-defined color.
static methodgetPink()
Get a system-defined color.
static methodgetPlum()
Get a system-defined color.
static methodgetPowderBlue()
Get a system-defined color.
static methodgetPurple()
Get a system-defined color.
methodgetR()
Gets the red component value of this Color object.
static methodgetRed()
Get a system-defined color.
static methodgetRosyBrown()
Get a system-defined color.
static methodgetRoyalBlue()
Get a system-defined color.
static methodgetSaddleBrown()
Get a system-defined color.
static methodgetSalmon()
Get a system-defined color.
static methodgetSandyBrown()
Get a system-defined color.
static methodgetSeaGreen()
Get a system-defined color.
static methodgetSeaShell()
Get a system-defined color.
static methodgetSienna()
Get a system-defined color.
static methodgetSilver()
Get a system-defined color.
static methodgetSkyBlue()
Get a system-defined color.
static methodgetSlateBlue()
Get a system-defined color.
static methodgetSlateGray()
Get a system-defined color.
static methodgetSnow()
Get a system-defined color.
static methodgetSpringGreen()
Get a system-defined color.
static methodgetSteelBlue()
Get a system-defined color.
static methodgetTan()
Get a system-defined color.
static methodgetTeal()
Get a system-defined color.
static methodgetThistle()
Get a system-defined color.
static methodgetTomato()
Get a system-defined color.
static methodgetTransparent()
Get a system-defined color.
static methodgetTurquoise()
Get a system-defined color.
static methodgetViolet()
Get a system-defined color.
static methodgetWheat()
Get a system-defined color.
static methodgetWhite()
Get a system-defined color.
static methodgetWhiteSmoke()
Get a system-defined color.
static methodgetYellow()
Get a system-defined color.
static methodgetYellowGreen()
Get a system-defined color.
methodhashCode()
Returns a hash code for this Color object.
methodisEmpty()
Specifies whether this Color object is uninitialized.
methodtoArgb()
Gets the 32-bit ARGB value of this Color object.
 

    • Constructor Detail

      • Color

        Color()
        construct function
    • Method Detail

      • getSienna

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        boolean 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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