A function defined in __bbmod_blendmode.gml
bbmod_blendmode_to_string(_blendmode)
Retrieves a name of a basic blend mode.
Name | Type | Description |
---|---|---|
_blendmode | Constant.BlendMode |
The basic blend mode to get the name of. Use one of constants bm_add , bm_max , bm_normal or bm_subtract . |
String
The name of the basic blend mode.
Copyright © 2023, BlueBurn. Built on May 02, 2023 using GMDoc.