Initializer

init(_:selection:supportsOpacity:)

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

Declaration 宣言

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

Parameters パラメータ

titleKey

The key for the localized title of the picker.

selection

A Binding to the variable that displays the selected 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