bbmod_blendmode_to_string

A function defined in __bbmod_blendmode.gml

bbmod_blendmode_to_string(_blendmode)

Description

Retrieves a name of a basic blend mode.

Arguments

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.

Returns

String The name of the basic blend mode or an empty string on error.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on July 03, 2024 using GMDoc.