Color
public struct Color : ExpressibleByStringLiteral, CustomStringConvertible
A color represented by a hex string.
-
Declaration
Swift
public init(stringLiteral hexValue: String)
-
Declaration
Swift
public var description: String { get }