Type Method 型メソッド

conicGradient(colors:center:angle:)

A conic gradient defined by a collection of colors that completes a full turn.

Declaration 宣言

static func conicGradient(colors: [Color], center: UnitPoint, angle: Angle = .zero) -> AngularGradient
Available when Self is AngularGradient.

Parameters パラメータ

colors

The colors of the gradient, evenly spaced along its full length.

center

The relative center of the gradient, mapped from the unit space into the bounding rectangle of the filled shape.

angle

The angle to offset the beginning of the gradient’s full turn.

Discussion 議論

For more information on how to use angular gradients, see conicGradient(_:center:angle:).

See Also 参照

Angular Gradients