java color类参数_java中color 类的常见作用作用
·
Color.RED等常量可以直接用,或者用Color(int r,int g,int b)构造函数,分别代表红绿蓝的参数0-255
很多地方需要设置颜色,都要用这个
java常量
static Color black
static Color BLACK
static Color blue
static Color BLUE
static Color cyan
static Color CYAN
static Color DARK_GRAY
static Color darkGray
static Color gray
static Color GRAY
static Color green
static Color GREEN
static Color LIGHT_GRAY
static Color lightGray
static Color magenta
static Color MAGENTA
static Color orange
static Color ORANGE
static Color pink
static Color PINK
static Color red
static Color RED
static Color white
static Color WHITE
static Color yellow
static Color YELLOW
更多推荐
所有评论(0)