TimerDialogSetTimeColorBJ

Parameters
td timerdialog
red real
green real
blue real
transparency real
return type
nothing
Source code
function TimerDialogSetTimeColorBJ takes timerdialog td, real red, real green, real blue, real transparency returns nothing
    call TimerDialogSetTimeColor(td, PercentTo255(red), PercentTo255(green), PercentTo255(blue), PercentTo255(100.0-transparency))
endfunction
Source
Blizzard.j
wc3modding.com
TimerDialogSetTimeColorBJ