Color « java.awt « Java by API






1.Color.GRAY
2.Color.lightGray
3.Color.magenta
4.Color.pink
5.new Color(int r, int g, int b)
6.new Color(int rgb)
7.Color: equals(Object obj)
8.Color: getComponents(float[] compArray)
9.Color: getRGB()








10.Color: HSBtoRGB(float hue,float saturation,float brightness)
11.Color: RGBtoHSB(int r, int g, int b, float[] hsbvals)