Shortcut for changing the color of the paint.
void setColor(Color color, {T? paintId}) { getPaint(paintId).color = color; }