| Methoden |
| public static int | HSBtoRGB(float hue, float saturation, float brightness) |
| public static float[] | RGBtoHSB(int r, int g, int b, float[] hsbvals) |
| public Color | brighter() |
| public synchronized PaintContext | createContext(ColorModel cm, Rectangle r, Rectangle2D r2d, AffineTransform xform, RenderingHints hints) ![[1.2]](../../images/marg12.gif) |
| public Color | darker() |
| public static Color | decode(String nm) ![[1.1]](../../images/marg11.gif) |
| public boolean | equals(Object obj) |
| public int | getAlpha() ![[1.2]](../../images/marg12.gif) |
| public int | getBlue() |
| public static Color | getColor(String nm) |
| public static Color | getColor(String nm, int v) |
| public static Color | getColor(String nm, Color v) |
| public float[] | getColorComponents(float[] compArray) ![[1.2]](../../images/marg12.gif) |
| public float[] | getColorComponents(ColorSpace cspace, float[] compArray) ![[1.2]](../../images/marg12.gif) |
| public ColorSpace | getColorSpace() ![[1.2]](../../images/marg12.gif) |
| public float[] | getComponents(float[] compArray) ![[1.2]](../../images/marg12.gif) |
| public float[] | getComponents(ColorSpace cspace, float[] compArray) ![[1.2]](../../images/marg12.gif) |
| public int | getGreen() |
| public static Color | getHSBColor(float h, float s, float b) |
| public int | getRGB() |
| public float[] | getRGBColorComponents(float[] compArray) ![[1.2]](../../images/marg12.gif) |
| public float[] | getRGBComponents(float[] compArray) ![[1.2]](../../images/marg12.gif) |
| public int | getRed() |
| public int | getTransparency() ![[1.2]](../../images/marg12.gif) |
| public int | hashCode() |
| public String | toString() |