A function defined in __bbmod_blendmode.gml
bbmod_blendmode_from_string(_name)
Retrieves a basic blend mode from its name.
Name | Type | Description |
---|---|---|
_name | String |
The name of the basic blend mode. |
Constant.BlendMode
One of constants bm_add
, bm_max
, bm_normal
or bm_subtract
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.