type UIColor.Gradient.Stop
Type definition for a gradient color stop.
type Stop = UIColor | [UIColor, number];
Notes
- A color stop refers to either a UIColor object (auto-positioned) or
[UIColor, position 0-1].
Related
class Gradient static
A class that represents a color gradient.
