color method

VxRichText color(
  1. Color color
)

Set color of the text

Implementation

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