Type Method 型メソッド

radialGradient(_:center:startRadius:endRadius:)

A radial gradient. 放射状の色勾配。

Declaration 宣言

static func radialGradient(_ gradient: Gradient, center: UnitPoint, startRadius: CGFloat, endRadius: CGFloat) -> RadialGradient
Available when Self is RadialGradient.

Discussion 議論

The gradient applies the color function as the distance from a center point, scaled to fit within the defined start and end radii. 勾配(グラデーション)は、色関数を中心点からの隔たりとして適用します、開始そして終了半径内に収まるように縮尺されます。 The gradient maps the unit space center point into the bounding rectangle of each shape filled with the gradient.

For information about how to use shape styles, see ShapeStyle.

See Also 参照

Radial Gradients