Searched refs:text_colour (Results 1 – 2 of 2) sorted by relevance
1325 const int text_size, const int text_colour, const int bg_colour) in raspicamcontrol_set_annotate() argument1379 if (text_colour != -1) in raspicamcontrol_set_annotate()1382 annotate.custom_text_Y = text_colour&0xff; in raspicamcontrol_set_annotate()1383 annotate.custom_text_U = (text_colour>>8)&0xff; in raspicamcontrol_set_annotate()1384 annotate.custom_text_V = (text_colour>>16)&0xff; in raspicamcontrol_set_annotate()
201 const int text_size, const int text_colour, const int bg_colour);