Skip to content

cf_draw_peek_tri_colors

Category: draw
GitHub: cute_draw.h


Returns the current per-vertex triangle color state.

void cf_draw_peek_tri_colors(CF_Color* c0, CF_Color* c1, CF_Color* c2);
Parameters Description
c0 Output pointer for color of first vertex (can be NULL).
c1 Output pointer for color of second vertex (can be NULL).
c2 Output pointer for color of third vertex (can be NULL).

cf_draw_push_tri_colors
cf_draw_pop_tri_colors
cf_draw_tri_fill