RSDColorMapping
public protocol RSDColorMapping
A color mapping holds a reference to a given index within a set of color tiles.
-
veryLightExtension methodThe color tile for one shade lighter if available, otherwise returns
normal.Declaration
Swift
public var veryLight: RSDColorTile { get } -
lightExtension methodThe color tile for one shade lighter if available, otherwise returns
normal.Declaration
Swift
public var light: RSDColorTile { get } -
normalExtension methodThe main color within the color swatch.
Declaration
Swift
public var normal: RSDColorTile { get } -
darkExtension methodThe color tile for one shade darker if available, otherwise returns
normal.Declaration
Swift
public var dark: RSDColorTile { get } -
veryDarkExtension methodThe color tile for one shade darker if available, otherwise returns
normal.Declaration
Swift
public var veryDark: RSDColorTile { get }
View on GitHub
RSDColorMapping Protocol Reference