colors property

List<Color> colors
getter/setter pair

The color of each point on the polyline. The color of the line will be interpolated between the points.

Implementation

List<Color> colors;