Initializer

init(_:selection:supportsOpacity:)

Creates a color picker with a text label generated from a title string. カラーピッカーをあるタイトル文字列から生成されたテキストラベルで作成します。

Declaration 宣言

init<S>(_ title: S, selection: Binding<CGColor>, supportsOpacity: Bool = true) where S : StringProtocol
Available when Label is Text. LabelTextである時に利用可能です。

Parameters パラメータ

title

The title displayed by the color picker. カラーピッカーによって表示されるタイトル。

selection

A Binding to the variable containing a CGColor. CGColorを含んでいる変数へのBinding

supportsOpacity

A Boolean value that indicates whether the color picker allows adjustments to the selected color’s opacity; the default is true. あるブール値、それはカラーピッカーがその選択された色のもつ不透明度への調節を可能にするかどうかを指し示します;省略時はtrueです。

See Also 参照

Creating a Core Graphics Color Picker