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