Color
extension Color
extension Color: RawRepresentable
An extension that allows for the creation of a Color
instance from a hex string.
-
Undocumented
Declaration
Swift
init(hex: String)
-
Declaration
Swift
public init?(rawValue: String)
-
Declaration
Swift
public var rawValue: String { get }