Documentation

type UIColor​.Gradient​.Stop

Type definition for a gradient color stop.

type Stop = UIColor | [UIColor, number];

Notes

Related