Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the background color of the status bar to the specified color.
Syntax
public void setStatusBarBackgroundColor(
    int a, 
    int r, 
    int g, 
    int b)
Run On
Client
Parameters
- a
 Type: int
 The alpha channel, A, of the color.
- r
 Type: int
 The red channel, R, of the color.
- g
 Type: int
 The green channel, G, of the color.
- b
 Type: int
 The blue channel, B, of the color.