LargerColorPalette

public protocol LargerColorPalette : ColorPalette, ExtendedDarkenColorSet, ExtendedLightenColorSet

LargerColorPalette represents base color with set of lighter and darker colors of base, total 9 colors (shades and tints) are represented by ColorPalette.

Use it when larger set of lighter and darker colors are required.

  • darken3 Extension method

    Default darker by 0.75 of base color.

    Declaration

    Swift

    static var darken3: UIColor { get }
  • darken4 Extension method

    Default darker by 0.90 of base color.

    Declaration

    Swift

    static var darken4: UIColor { get }
  • lighten3 Extension method

    Default lighter by 0.75 of base color.

    Declaration

    Swift

    static var lighten3: UIColor { get }
  • lighten4 Extension method

    Default lighter by 0.90 of base color.

    Declaration

    Swift

    static var lighten4: UIColor { get }