Skip to contents

Begin blending mode (alpha, additive, multiplied, subtract, custom).

Usage

begin_blend_mode(mode)

Arguments

mode

An integer.

Note

This function has been auto-generated from the following Raylib function definition:

void BeginBlendMode(int mode);

Examples

if (FALSE) {
begin_blend_mode(0L)
}