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

Function TimerDialogSetTimeColorBJ

Line
5963
Location
blizzard.j
Constant?
no
Type
function
Arguments
timerdialog td, real red, real green, real blue, real transparency
Returns
nothing
5963
function TimerDialogSetTimeColorBJ takes timerdialog td, real red, real green, real blue, real transparency returns nothing
5964
    call TimerDialogSetTimeColor(td, PercentTo255(red), PercentTo255(green), PercentTo255(blue), PercentTo255(100.0-transparency))
5965
endfunction