Documentation

class Gradientproperty

stops

The normalized color stops with positions between 0 and 1.

get stops(): ReadonlyArray<{
color: UIColor;
pos: number;
}>;

Related