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

Function TimerDialogSetTitleColorBJ

Line
5958
Location
blizzard.j
Constant?
no
Type
function
Arguments
timerdialog td, real red, real green, real blue, real transparency
Returns
nothing
5958
function TimerDialogSetTitleColorBJ takes timerdialog td, real red, real green, real blue, real transparency returns nothing
5959
    call TimerDialogSetTitleColor(td, PercentTo255(red), PercentTo255(green), PercentTo255(blue), PercentTo255(100.0-transparency))
5960
endfunction