Color
Color class
Represents an ARGB (alpha, red, green, blue) color.
new Color()
construct function
Methods
| Name | Description |
|---|---|
| equals(obj) | Tests whether the specified object is a Color object and is equivalent to this object. |
| getA() | Gets the alpha component value of this Color object. |
| getB() | Gets the blue component value of this Color object. |
| getG() | Gets the green component value of this Color object. |
| getR() | Gets the red component value of this Color object. |
| hashCode() | Returns a hash code for this Color object. |
| isEmpty() | Specifies whether this Color object is uninitialized. |
| toArgb() | Gets the 32-bit ARGB value of this Color object. |
| fromArgb(argb) (static) | Creates a Color object from a 32-bit ARGB value. |
| fromArgb(red, green, blue) (static) | Creates a Color object from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 ( |
| fromArgb(alpha, red, green, blue) (static) | Creates a Color object from the four ARGB component (alpha,red, green, and blue) values. Although this method allows a 3 |
| getAliceBlue() (static) | Get a system-defined color. |
| getAntiqueWhite() (static) | Get a system-defined color. |
| getAqua() (static) | Get a system-defined color. |
| getAquamarine() (static) | Get a system-defined color. |
| getAzure() (static) | Get a system-defined color. |
| getBeige() (static) | Get a system-defined color. |
| getBisque() (static) | Get a system-defined color. |
| getBlack() (static) | Get a system-defined color. |
| getBlanchedAlmond() (static) | Get a system-defined color. |
| getBlue() (static) | Get a system-defined color. |
| getBlueViolet() (static) | Get a system-defined color. |
| getBrown() (static) | Get a system-defined color. |
| getBurlyWood() (static) | Get a system-defined color. |
| getCadetBlue() (static) | Get a system-defined color. |
| getChartreuse() (static) | Get a system-defined color. |
| getChocolate() (static) | Get a system-defined color. |
| getCoral() (static) | Get a system-defined color. |
| getCornflowerBlue() (static) | Get a system-defined color. |
| getCornsilk() (static) | Get a system-defined color. |
| getCrimson() (static) | Get a system-defined color. |
| getCyan() (static) | Get a system-defined color. |
| getDarkBlue() (static) | Get a system-defined color. |
| getDarkCyan() (static) | Get a system-defined color. |
| getDarkGoldenrod() (static) | Get a system-defined color. |
| getDarkGray() (static) | Get a system-defined color. |
| getDarkGreen() (static) | Get a system-defined color. |
| getDarkKhaki() (static) | Get a system-defined color. |
| getDarkMagenta() (static) | Get a system-defined color. |
| getDarkOliveGreen() (static) | Get a system-defined color. |
| getDarkOrange() (static) | Get a system-defined color. |
| getDarkOrchid() (static) | Get a system-defined color. |
| getDarkRed() (static) | Get a system-defined color. |
| getDarkSalmon() (static) | Get a system-defined color. |
| getDarkSeaGreen() (static) | Get a system-defined color. |
| getDarkSlateBlue() (static) | Get a system-defined color. |
| getDarkSlateGray() (static) | Get a system-defined color. |
| getDarkTurquoise() (static) | Get a system-defined color. |
| getDarkViolet() (static) | Get a system-defined color. |
| getDeepPink() (static) | Get a system-defined color. |
| getDeepSkyBlue() (static) | Get a system-defined color. |
| getDimGray() (static) | Get a system-defined color. |
| getDodgerBlue() (static) | Get a system-defined color. |
| getEmpty() (static) | Get a system-defined empty color. |
| getFirebrick() (static) | Get a system-defined color. |
| getFloralWhite() (static) | Get a system-defined color. |
| getForestGreen() (static) | Get a system-defined color. |
| getFuchsia() (static) | Get a system-defined color. |
| getGainsboro() (static) | Get a system-defined color. |
| getGhostWhite() (static) | Get a system-defined color. |
| getGold() (static) | Get a system-defined color. |
| getGoldenrod() (static) | Get a system-defined color. |
| getGray() (static) | Get a system-defined color. |
| getGreen() (static) | Get a system-defined color. |
| getGreenYellow() (static) | Get a system-defined color. |
| getHoneydew() (static) | Get a system-defined color. |
| getHotPink() (static) | Get a system-defined color. |
| getIndianRed() (static) | Get a system-defined color. |
| getIndigo() (static) | Get a system-defined color. |
| getIvory() (static) | Get a system-defined color. |
| getKhaki() (static) | Get a system-defined color. |
| getLavender() (static) | Get a system-defined color. |
| getLavenderBlush() (static) | Get a system-defined color. |
| getLawnGreen() (static) | Get a system-defined color. |
| getLemonChiffon() (static) | Get a system-defined color. |
| getLightBlue() (static) | Get a system-defined color. |
| getLightCoral() (static) | Get a system-defined color. |
| getLightCyan() (static) | Get a system-defined color. |
| getLightGoldenrodYellow() (static) | Get a system-defined color. |
| getLightGray() (static) | Get a system-defined color. |
| getLightGreen() (static) | Get a system-defined color. |
| getLightPink() (static) | Get a system-defined color. |
| getLightSalmon() (static) | Get a system-defined color. |
| getLightSeaGreen() (static) | Get a system-defined color. |
| getLightSkyBlue() (static) | Get a system-defined color. |
| getLightSlateGray() (static) | Get a system-defined color. |
| getLightSteelBlue() (static) | Get a system-defined color. |
| getLightYellow() (static) | Get a system-defined color. |
| getLime() (static) | Get a system-defined color. |
| getLimeGreen() (static) | Get a system-defined color. |
| getLinen() (static) | Get a system-defined color. |
| getMagenta() (static) | Get a system-defined color. |
| getMaroon() (static) | Get a system-defined color. |
| getMediumAquamarine() (static) | Get a system-defined color. |
| getMediumBlue() (static) | Get a system-defined color. |
| getMediumOrchid() (static) | Get a system-defined color. |
| getMediumPurple() (static) | Get a system-defined color. |
| getMediumSeaGreen() (static) | Get a system-defined color. |
| getMediumSlateBlue() (static) | Get a system-defined color. |
| getMediumSpringGreen() (static) | Get a system-defined color. |
| getMediumTurquoise() (static) | Get a system-defined color. |
| getMediumVioletRed() (static) | Get a system-defined color. |
| getMidnightBlue() (static) | Get a system-defined color. |
| getMintCream() (static) | Get a system-defined color. |
| getMistyRose() (static) | Get a system-defined color. |
| getMoccasin() (static) | Get a system-defined color. |
| getNavajoWhite() (static) | Get a system-defined color. |
| getNavy() (static) | Get a system-defined color. |
| getOldLace() (static) | Get a system-defined color. |
| getOlive() (static) | Get a system-defined color. |
| getOliveDrab() (static) | Get a system-defined color. |
| getOrange() (static) | Get a system-defined color. |
| getOrangeRed() (static) | Get a system-defined color. |
| getOrchid() (static) | Get a system-defined color. |
| getPaleGoldenrod() (static) | Get a system-defined color. |
| getPaleGreen() (static) | Get a system-defined color. |
| getPaleTurquoise() (static) | Get a system-defined color. |
| getPaleVioletRed() (static) | Get a system-defined color. |
| getPapayaWhip() (static) | Get a system-defined color. |
| getPeachPuff() (static) | Get a system-defined color. |
| getPeru() (static) | Get a system-defined color. |
| getPink() (static) | Get a system-defined color. |
| getPlum() (static) | Get a system-defined color. |
| getPowderBlue() (static) | Get a system-defined color. |
| getPurple() (static) | Get a system-defined color. |
| getRed() (static) | Get a system-defined color. |
| getRosyBrown() (static) | Get a system-defined color. |
| getRoyalBlue() (static) | Get a system-defined color. |
| getSaddleBrown() (static) | Get a system-defined color. |
| getSalmon() (static) | Get a system-defined color. |
| getSandyBrown() (static) | Get a system-defined color. |
| getSeaGreen() (static) | Get a system-defined color. |
| getSeaShell() (static) | Get a system-defined color. |
| getSienna() (static) | Get a system-defined color. |
| getSilver() (static) | Get a system-defined color. |
| getSkyBlue() (static) | Get a system-defined color. |
| getSlateBlue() (static) | Get a system-defined color. |
| getSlateGray() (static) | Get a system-defined color. |
| getSnow() (static) | Get a system-defined color. |
| getSpringGreen() (static) | Get a system-defined color. |
| getSteelBlue() (static) | Get a system-defined color. |
| getTan() (static) | Get a system-defined color. |
| getTeal() (static) | Get a system-defined color. |
| getThistle() (static) | Get a system-defined color. |
| getTomato() (static) | Get a system-defined color. |
| getTransparent() (static) | Get a system-defined color. |
| getTurquoise() (static) | Get a system-defined color. |
| getViolet() (static) | Get a system-defined color. |
| getWheat() (static) | Get a system-defined color. |
| getWhite() (static) | Get a system-defined color. |
| getWhiteSmoke() (static) | Get a system-defined color. |
| getYellow() (static) | Get a system-defined color. |
| getYellowGreen() (static) | Get a system-defined color. |
equals(obj)
Tests whether the specified object is a Color object and is equivalent to this object.
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to test. |
Returns: boolean — boolean true if obj is a Color object and equivalent to this Color object; otherwise, false.
getA()
Gets the alpha component value of this Color object.
Returns: byte — byte The alpha component value of this Color object.
getB()
Gets the blue component value of this Color object.
Returns: byte — byte The blue component value of this Color object.
getG()
Gets the green component value of this Color object.
Returns: byte — byte The green component value of this Color object.
getR()
Gets the red component value of this Color object.
Returns: byte — byte The red component value of this Color object.
hashCode()
Returns a hash code for this Color object.
Returns: Number — Number An integer value that specifies the hash code for this Color object.
isEmpty()
Specifies whether this Color object is uninitialized.
Returns: boolean — boolean This property returns true if this color is uninitialized; otherwise, false.
toArgb()
Gets the 32-bit ARGB value of this Color object.
Returns: Number — Number The 32-bit ARGB value of this Color object.
fromArgb(argb) (static)
Creates a Color object from a 32-bit ARGB value.
| Parameter | Type | Description |
|---|---|---|
| argb | Number | A value specifying the 32-bit ARGB value. |
Returns: Color — Color The Color object that this method creates.
fromArgb(red, green, blue) (static)
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.
| Parameter | Type | Description |
|---|---|---|
| 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: Color — Color The Color object that this method creates.
fromArgb(alpha, red, green, blue) (static)
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.
| Parameter | Type | Description |
|---|---|---|
| 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: Color — Color The Color object that this method creates.
getAliceBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getAntiqueWhite() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getAqua() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getAquamarine() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getAzure() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getBeige() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getBisque() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getBlack() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getBlanchedAlmond() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getBlueViolet() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getBrown() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getBurlyWood() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getCadetBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getChartreuse() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getChocolate() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getCoral() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getCornflowerBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getCornsilk() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getCrimson() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getCyan() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkCyan() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkGoldenrod() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkGray() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkKhaki() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkMagenta() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkOliveGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkOrange() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkOrchid() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkRed() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkSalmon() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkSeaGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkSlateBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkSlateGray() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkTurquoise() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDarkViolet() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDeepPink() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDeepSkyBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDimGray() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getDodgerBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getEmpty() (static)
Get a system-defined empty color.
Returns: Color — Color A Color object representing a system-defined color.
getFirebrick() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getFloralWhite() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getForestGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getFuchsia() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getGainsboro() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getGhostWhite() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getGold() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getGoldenrod() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getGray() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getGreenYellow() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getHoneydew() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getHotPink() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getIndianRed() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getIndigo() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getIvory() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getKhaki() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLavender() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLavenderBlush() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLawnGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLemonChiffon() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightCoral() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightCyan() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightGoldenrodYellow() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightGray() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightPink() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightSalmon() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightSeaGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightSkyBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightSlateGray() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightSteelBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLightYellow() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLime() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLimeGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getLinen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMagenta() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMaroon() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMediumAquamarine() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMediumBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMediumOrchid() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMediumPurple() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMediumSeaGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMediumSlateBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMediumSpringGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMediumTurquoise() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMediumVioletRed() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMidnightBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMintCream() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMistyRose() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getMoccasin() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getNavajoWhite() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getNavy() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getOldLace() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getOlive() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getOliveDrab() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getOrange() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getOrangeRed() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getOrchid() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPaleGoldenrod() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPaleGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPaleTurquoise() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPaleVioletRed() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPapayaWhip() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPeachPuff() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPeru() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPink() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPlum() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPowderBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getPurple() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getRed() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getRosyBrown() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getRoyalBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSaddleBrown() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSalmon() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSandyBrown() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSeaGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSeaShell() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSienna() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSilver() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSkyBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSlateBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSlateGray() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSnow() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSpringGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getSteelBlue() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getTan() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getTeal() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getThistle() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getTomato() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getTransparent() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getTurquoise() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getViolet() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getWheat() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getWhite() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getWhiteSmoke() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getYellow() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.
getYellowGreen() (static)
Get a system-defined color.
Returns: Color — Color A Color object representing a system-defined color.