Type Aliases
The following type aliases are available globally.
-
Tuple representing Red, Green, Blue, and Alpha color channel components
Declaration
Swift
public typealias RGBAComponents = (red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat)