MainColorPalette

public protocol MainColorPalette

A color palette which contains primary, secondary and supplimentory colors with their darker and lighter color sets. Also contains default semantic and grayscale palette.

  • white Extension method

    Default white color.

    Declaration

    Swift

    static var white: UIColor { get }
  • black Extension method

    Default back color.

    Declaration

    Swift

    static var black: UIColor { get }
  • clear Extension method

    Default clear color.

    Declaration

    Swift

    static var clear: UIColor { get }