Skip to content

cf_apply_blend_constants

Category: graphics
GitHub: cute_graphics.h


Sets the stencil reference value.

void cf_apply_blend_constants(float r, float g, float b, float a);
Parameters Description
r The red blend constant.
g The green blend constant.
b The blue blend constant.
a The alpha blend constant.