setStrokeColors abstract method

void setStrokeColors(
  1. List<int> colors
)

Sets indexes of colors in palette for line segments. All the weights are equal to 1.

Implementation

void setStrokeColors(core.List<core.int> colors);