SetDefaultBlendMode

Category: Images and Rendering

Back to System Functions


Signature

SetDefaultBlendMode(mode As Integer)

Returns

Void

Description

Sets the default blend mode applied to images loaded after the call.

The mode argument should be a value from Blend Mode Constants.

Example

SetDefaultBlendMode(BLEND_ADDITIVE) glow = LoadImage("glow.png")