Enumeration of possible blend modes of a gui node.
Blend mode defines how the node will be blended with the background.
@:enum@:implread onlyBLEND_ADD:GuiBlendMode
Additive blending.
@:enum@:implread onlyBLEND_ADD_ALPHA:GuiBlendMode
Additive alpha blending.
@:enum@:implread onlyBLEND_ALPHA:GuiBlendMode
Alpha blending.
@:enum@:implread onlyBLEND_MULT:GuiBlendMode
Multiply blending.