|
|
void draw_rectangle(ImageU8& image, const IRect& bound, int color);
|
|
void draw_rectangle(ImageU8& image, const IRect& bound, int color);
|
|
|
void draw_rectangle(ImageF32& image, const IRect& bound, float color);
|
|
void draw_rectangle(ImageF32& image, const IRect& bound, float color);
|