MTColor
public struct MTColor : Codable
Color wrapper.
-
CGColor representaion of the MTColor
Declaration
Swift
public var cgColor: CGColor? { get }
-
Initializes the MTColor with CGColor
Declaration
Swift
public init(color: CGColor)