init(selection: Binding<Color>, supportsOpacity : Bool, label: () -> Label)
Creates an instance that selects a color.
あるインスタンスを作成します、それはある色を選択するものです。
init(LocalizedStringKey , selection: Binding<Color>, supportsOpacity : Bool)
Creates a color picker with a text label generated from a title string key.
カラーピッカーをあるタイトル文字列キーから生成されたテキストラベルで作成します。
Available when
Label
is Text
.
Label
がText
である時に利用可能です。
init<S>(S, selection: Binding<Color>, supportsOpacity : Bool)
Creates a color picker with a text label generated from a title string.
カラーピッカーをあるタイトル文字列から生成されたテキストラベルで作成します。
Available when
Label
is Text
.
Label
がText
である時に利用可能です。