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

Function SetImageColorBJ

Line
2222
Location
blizzard.j
Constant?
no
Type
function
Arguments
image whichImage, real red, real green, real blue, real alpha
Returns
nothing
2222
function SetImageColorBJ takes image whichImage, real red, real green, real blue, real alpha returns nothing
2223
    call SetImageColor(whichImage, PercentTo255(red), PercentTo255(green), PercentTo255(blue), PercentTo255(100.0-alpha))
2224
endfunction

Information about SetImageColorBJ

City17 4 years
Similar to [jassdoc]SetImageColor[/jassdoc], however this takes 0-100 values as percent for colors. Alpha channel=(100-alpha)
You must be logged in with a standard account to contribute.