Palette
public struct Palette : PaletteProvider
extension Palette: Equatable
A struct for providing color palette.
-
A function for getting
HexColorfrom paletteDeclaration
Swift
public func hexColor(for style: ColorStyle) -> HexColor?Parameters
styleColorStylefor which color definition is required.