stops
The normalized color stops with positions between 0 and 1.
get stops(): ReadonlyArray<{
color: UIColor;
pos: number;
}>;Related
class Gradient static
A class that represents a color gradient.
The normalized color stops with positions between 0 and 1.
get stops(): ReadonlyArray<{
color: UIColor;
pos: number;
}>;