UIColor.radialGradient()
Creates a radial gradient (center outward).
static radialGradient(...stops: UIColor.Gradient.Stop[]): UIColor.Gradient;
Parameters
- stops — Color stops (UIColor instance or
[UIColor, position 0-1]).
Return value
A UIColor.Gradient instance.
Related
class UIColor
A class that represents a single color value.
