setBackgroundColor [2/2]
Sets the background color in RGB format.
public void setBackgroundColor(int red, int green, int blue)
Parameters
- red
- Red component.
- green
- Green component.
- blue
- Blue component.
Sets the background color in RGB format.
public void setBackgroundColor(int red, int green, int blue)