Sets the color of this paint from a ui.Color.
ui.Color
void setColor(ui.Color color) { _paint.color = color; }