public class Color extends Object
Color(int r, int g, int b)
Color(int r, int g, int b, int a)
int
getAlpha()
getBlue()
getGreen()
getRed()
getRGB()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Color(int r, int g, int b)
r
g
b
public Color(int r, int g, int b, int a)
a
public int getRed()
public int getGreen()
public int getBlue()
public int getAlpha()
public int getRGB()
Copyright © 2016. All rights reserved.