setStrokeColor abstract method

void setStrokeColor(
  1. Color color
)

Sets the polyline color. Effectively sets a single-color palette and sets all segments' palette indices to 0.

Implementation

void setStrokeColor(ui.Color color);