RSDColorMapping

public protocol RSDColorMapping

A color mapping holds a reference to a given index within a set of color tiles.

  • veryLight Extension method

    The color tile for one shade lighter if available, otherwise returns normal.

    Declaration

    Swift

    public var veryLight: RSDColorTile { get }
  • light Extension method

    The color tile for one shade lighter if available, otherwise returns normal.

    Declaration

    Swift

    public var light: RSDColorTile { get }
  • normal Extension method

    The main color within the color swatch.

    Declaration

    Swift

    public var normal: RSDColorTile { get }
  • dark Extension method

    The color tile for one shade darker if available, otherwise returns normal.

    Declaration

    Swift

    public var dark: RSDColorTile { get }
  • veryDark Extension method

    The color tile for one shade darker if available, otherwise returns normal.

    Declaration

    Swift

    public var veryDark: RSDColorTile { get }