Share via


FormRun.setStatusBarBackgroundColor Method

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.

See Also

Reference

FormRun Class