Skip to content

cf_draw_peek_color

Category: draw
GitHub: cute_draw.h


Returns the last draw color.

CF_Color cf_draw_peek_color(void);

Remarks

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

cf_draw_push_color
cf_draw_pop_color