public class Color extends Object
Color()
Color(int r, int g, int b)
int
getB()
getG()
getR()
void
setB(int b)
setG(int g)
setR(int r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Color()
public Color(int r, int g, int b)
public int getR()
public void setR(int r)
public int getG()
public void setG(int g)
public int getB()
public void setB(int b)
Copyright © 2021 buession.com Inc.. All rights reserved.