Method setBackgroundColor [2/2]
setBackgroundColor [2/2]
设置 RGB 格式的背景颜色。
Java
public void setBackgroundColor(int red, int green, int blue)
参数
- red
- 红色分量。
- green
- 绿色分量。
- blue
- 蓝色分量。
设置 RGB 格式的背景颜色。
public void setBackgroundColor(int red, int green, int blue)