The search keyword must be a single word (no spaces).

Function LeaderboardSetValueColorBJ

Line
6039
Location
blizzard.j
Constant?
no
Type
function
Arguments
leaderboard lb, real red, real green, real blue, real transparency
Returns
nothing
6039
function LeaderboardSetValueColorBJ takes leaderboard lb, real red, real green, real blue, real transparency returns nothing
6040
    call LeaderboardSetValueColor(lb, PercentTo255(red), PercentTo255(green), PercentTo255(blue), PercentTo255(100.0-transparency))
6041
endfunction