ImageBlendMode( slot )

Returns the image blend mode
BLEND MODES
BLENDMODE_NONE - No Blending
BLENDMODE_BLEND - Alpha Blending
BLENDMODE_ADD - Additive Blending
BLENDMODE_MOD - Color Modulate


Example:


LoadImage(0, "tst.png")
blend_mode = ImageBlendMode(0)