MimiHighlightableColor
public struct MimiHighlightableColor
extension MimiHighlightableColor: Equatable
Mimi color definition that includes a raw color and highlight color.
-
Raw color.
Declaration
Swift
public let color: UIColor -
Highlight color
Declaration
Swift
public let highlightColor: UIColor
-
Create a new highlightable color
Declaration
Swift
public init(color: UIColor, highlightColor: UIColor)Parameters
colorUIColor
highlightColorUIColor
-
Declaration
Swift
public static func == (lhs: MimiHighlightableColor, rhs: MimiHighlightableColor) -> Bool
MimiHighlightableColor Structure Reference