Widget API: StatusBar:SetStatusBarColor
← Widget API ← StatusBar < SetStatusBarColor
Sets the color of a StatusBar object.
StatusBar:SetStatusBarColor(r, g, b, a)
Arguments
- (r, g, b, a)
- r
- Number - The red value of the color
- g
- Number - The green value of the color
- b
- Number - The blue value of the color
- a
- Number - The alpha value of the color
Returns
- nil