Set the label text color.
#include <bps/navigator.h>
BPS_API int navigator_window_cover_label_set_color(navigator_window_cover_label_t *label,
uint8_t red,
uint8_t green,
uint8_t blue)
BlackBerry 10.0.0
The window cover label handle.
Red color component.
Green color component.
Blue color component.
Sets the color to use for the label text.
On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set and the label will not be changed.