Declaration

var colorStops: [GSColorStop] { get set }

Declaration

@property (nonatomic, copy) NSArray<GSColorStop *> * colorStops;

Declaration

colorStops() -> list[GSColorStop]
setColorStops_(colorStops: list[GSColorStop])

Discussion

The color stops are sorted by their offset. The array contains at least two color stops: the start color stop and the end color stop.