StatusBar:SetStatusBarColor

From Warcraft Wiki
Jump to navigation Jump to search

Sets the color of the status bar.

StatusBar:SetStatusBarColor(colorR, colorG, colorB [, a])

Arguments

colorR
number [0.0 - 1.0] - The red value of the color
colorG
number [0.0 - 1.0] - The green value of the color
colorB
number [0.0 - 1.0] - The blue value of the color
a
number? [0.0 - 1.0] - The alpha value of the color. If not specified, the alpha defaults to 1.