Instance Method インスタンスメソッド

foregroundColor(_:)

Sets the color of the foreground elements displayed by this view. このビューによって表示される前景要素の色を設定します。

Declaration 宣言

func foregroundColor(_ color: Color?) -> some View

Return Value 戻り値

A view that uses the foreground color you supply. あるビュー、それはあなたが供給する前景色を使うものです。

Parameters パラメータ

color

The foreground color to use when displaying this view. Pass nil to remove any custom foreground color and to allow the system or the container to provide its own foreground color. If a container-specific override doesn’t exist, the system uses the primary color. このビューを表示する時に使うことになる前景色。nilを渡すことで、あらゆるあつらえの前景色を取り除いてください、そしてシステムまたはコンテナがそれ自身の前景色を提供するのを許可してください。コンテナ特有のオーバーライドが存在しないならば、システムは主設定色を使います。

See Also 参照

Styling the Link Text