Enumeration
列挙
Blend
BlendMode
Modes for compositing a view with overlapping content.
あるビューをオーバーラッブ内容と合成するモード。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
enum BlendMode
Topics 話題
Getting the Default
Lightening
Adding Contrast
Inverting
Mixing Color Components
Accessing Porter-Duff Modes
Comparing Modes
static func == (BlendMode , BlendMode ) -> Bool
Indicates whether two blend modes are equal.
static func != (Self, Self) -> Bool
Indicates whether two blend modes are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the blend mode by passing them into the given hash function.
var hashValue : Int
The hashed value of the blend mode.
Default Implementations 省略時実装
See Also 参照
Render Effects
enum ColorRenderingMode
The set of possible working color spaces for color-compositing operations.
struct ColorMatrix
A matrix to use in an RGBA color transformation.
enum ContentMode
Constants that define how a view’s content fills the available space.