Structure

LinearGradient

A linear gradient. 線形勾配。

Declaration 宣言

@frozen struct LinearGradient

Overview 概要

The gradient applies the color function along an axis, as defined by its start and end points. 勾配(グラデーション)は、カラー関数をある軸に沿って適用します、それの開始および終了点によって定義されるように。 The gradient maps the unit space points into the bounding rectangle of each shape filled with the gradient.

When using a linear gradient as a shape style, you can also use linearGradient(_:startPoint:endPoint:).

Topics 話題

Creating a Linear Gradient 線形勾配を作成する

Supporting Types 支援を行う型

Relationships 関係

Conforms To 次に準拠

See Also 参照

Supporting Shape Style Types