cf_draw_push_blend¶
Category: draw
GitHub: cute_draw.h
Sets the blend mode for subsequent draw calls.
| Parameters | Description |
|---|---|
blend |
The blend mode to use. See CF_DrawBlend. |
Remarks¶
Applies to shapes, sprites, text, and paths alike. Paint order is preserved across mode changes within a frame.