Skip to content

cf_draw_push_color

Category: draw
GitHub: cute_draw.h


Pushes a draw color.

void cf_draw_push_color(CF_Color c);
Parameters Description
c The color.

Remarks

Various draw functions do not specify a color. In these cases, the last color pushed will be used.

cf_draw_peek_color
cf_draw_pop_color