init(colors: [Color], center: UnitPoint , startAngle : Angle, endAngle : Angle)
Creates an angular gradient from a collection of colors.
init(stops: [Gradient.Stop], center: UnitPoint , startAngle : Angle, endAngle : Angle)
Creates an angular gradient from a collection of color stops.