Structure

RadialGradient

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

Declaration 宣言

@frozen struct RadialGradient

Overview 概要

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.

When using a radial gradient as a shape style, you can also use radialGradient(_:center:startRadius:endRadius:).

Topics 話題

Creating a Radial Gradient 円形勾配(グラデーション)を作成する

Supporting Types 支援を行う型

Relationships 関係

Conforms To 次に準拠

See Also 参照

Supporting Shape Style Types