Change the color of label text

Change the color of label text

BY 02 Jun 2015 Native Application Development

I’m trying to change the color of the label using the following code

evas_object_color_set(vc->mylabel, 255, 0, 0, 255);

 

This doesn’t reflect any color on the label. I’m using the UI builder to build the UI and performing the change of the color of the label inside the button click.

Written by