function GetSpriteCanvasBlendMode( c_num )
Returns the blend mode used to render sprites on the sprite canvas
Possible Blend Modes
-
BLEND_MODE_NONE
-
BLEND_MODE_ADD
-
BLEND_MODE_SUBTRACT
-
BLEND_MODE_REVSUBTRACT
-
BLEND_MODE_MIN
-
BLEND_MODE_MAX
-
BLEND_MODE_MIN_FACTOR
-
BLEND_MODE_MAX_FACTOR
-
BLEND_MODE_MIN_ALPHA
-
BLEND_MODE_MAX_ALPHA
Related:
SetSpriteCanvasBlendMode
SetBlendMode