| Value | Meaning |
|---|---|
| BLEND_ALPHA0 | Blend textures considering alpha (default) |
| BLEND_ADDITIVE1 | Blend textures adding colors |
| BLEND_MULTIPLIED2 | Blend textures multiplying colors |
| BLEND_ADD_COLORS3 | Blend textures adding colors (alternative) |
| BLEND_SUBTRACT_COLORS4 | Blend textures subtracting colors (alternative) |
| BLEND_ALPHA_PREMULTIPLY5 | Blend premultiplied textures considering alpha |
| BLEND_CUSTOM6 | Blend textures using custom src/dst factors (use rlSetBlendFactors()) |
| BLEND_CUSTOM_SEPARATE7 | Blend textures using custom rgb/alpha separate src/dst factors (use rlSetBlendFactorsSeparate()) |
Color blending modes (pre-defined)