init(colors: [Color], center: UnitPoint , angle: Angle)
Creates a conic gradient from a collection of colors that completes a full turn.
init(stops: [Gradient.Stop], center: UnitPoint , angle: Angle)
Creates a conic gradient from a collection of color stops that completes a full turn.