color method

VelocityXTextSpan color(
  1. Color color
)

Set color of the text

Implementation

VelocityXTextSpan color(Color color) {
  velocityColor = color;
  return this;
}