Category: Images and Rendering
SetDefaultBlendMode(mode As Integer)
Void
Sets the default blend mode applied to images loaded after the call.
The mode argument should be a value from Blend Mode Constants.
SetDefaultBlendMode(BLEND_ADDITIVE)
glow = LoadImage("glow.png")