5.3.4.84. Function image_color_draw_text
Defined in File image_compute.h
5.3.4.84.1. Function Documentation
-
void image_color_draw_text(img_data_t *img_data, char *text, rgb8_t color, int pos_y, int pos_x)
Draw a text on a color image.
- Parameters
img_data – Image data.
text – Text to draw.
color – Color of the text.
pos_y – Text position on y-axis.
pos_x – Text position on x-axis.