|
Functions |
| void | draw_pixel (float x, float y, u32 color) |
| void | draw_line (float startX, float startY, float endX, float endY, u32 color) |
| void | draw_grad_line (float startX, float startY, float endX, float endY, u32 color1, u32 color2) |
| void | draw_rect (float x, float y, float width, float height, u32 color) |
| void | draw_grad_rect (float x, float y, float width, float height, u32 color1, u32 color2, u32 color3, u32 color4) |
| void | draw_fill_rect (float x, float y, float width, float height, u32 color) |
| void | draw_fill_grad_rect (float x, float y, float width, float height, u32 color1, u32 color2, u32 color3, u32 color4) |