cf_draw3d_push_color¶
Category: draw3d
GitHub: cute_draw3d.h
Pushes a color for subsequent 3d shape drawing.
| Parameters | Description |
|---|---|
c |
The color. |
Remarks¶
Applies to all cf_draw3d_* shape functions (lines, circles, solids). Defaults to white.
Related Pages¶
cf_draw3d_pop_color
cf_draw3d_peek_color
cf_draw3d_line
cf_draw3d_cube