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 or an empty string on error.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.