It would be really cool if we did something like:
and then later, when we have the color (from palette, the API, whatever):
Easel.color(theResolvedColor);
and it would automatically color all the widgets that were annotated, so that you would not have to manually call tint for each view.
It would be really cool if we did something like:
and then later, when we have the color (from palette, the API, whatever):
and it would automatically color all the widgets that were annotated, so that you would not have to manually call
tintfor each view.