GATE
drawing.h File Reference

Generic raster image drawing functions. More...

Functions

GATE_GRAPHICS_API gate_result_t gate_draw_line (gate_rasterimage_t *image, gate_int32_t x1, gate_int32_t y1, gate_int32_t x2, gate_int32_t y2, gate_color_t color)
 
GATE_GRAPHICS_API gate_result_t gate_draw_rectangle (gate_rasterimage_t *image, gate_int32_t x1, gate_int32_t y1, gate_int32_t x2, gate_int32_t y2, gate_color_t color)
 
GATE_GRAPHICS_API gate_result_t gate_draw_box (gate_rasterimage_t *image, gate_int32_t x1, gate_int32_t y1, gate_int32_t x2, gate_int32_t y2, gate_color_t color)
 

Detailed Description

Generic raster image drawing functions.