stops property

List<ColorStop> stops
final

The source color stops, sorted by time, retained so the gradient can be serialized and edited (the sample path uses the baked table).

Implementation

final List<ColorStop> stops;