StyleColors

public struct StyleColors

This represents the current values of the colors. Use the Style object to get them. This object intentionally has no public initializer

  • Get colors

    Declaration

    Swift

    public subscript(kind: StyleColorKind) -> UIColor { get }

    Parameters

    kind

    which color concept you want to get