func blur(radius: CGFloat, opaque: Bool) -> some View
Applies a Gaussian blur to this view.
ガウシアンぼかしをこのビューに適用します。
func opacity(Double) -> some View
Sets the transparency of this view.
このビューの透明度を設定します。
func brightness(Double) -> some View
Brightens this view by the specified amount.
このビューをこの指定された量だけ明るくします。
func contrast(Double) -> some View
Sets the contrast and separation between similar colors in this view.
このビューにおいて同系色の間のコントラストと分離を設定します。
func colorInvert () -> some View
Inverts the colors in this view.
このビューにおいて色を逆にします。
func colorMultiply (Color) -> some View
Adds a color multiplication effect to this view.
色乗算効果をこのビューに加えます。
func grayscale(Double) -> some View
Adds a grayscale effect to this view.
グレイスケール効果をこのビューに加えます。
func hueRotation (Angle) -> some View
Applies a hue rotation effect to this view.
色相回転効果をこのビューに適用します。
func luminanceToAlpha () -> some View
Adds a luminance to alpha effect to this view.
ある輝度をこのビューへのアルファ効果に加えます。
func shadow(color: Color, radius: CGFloat, x: CGFloat, y: CGFloat) -> some View
Adds a shadow to this view.
影をこのビューに加えます。