SmartColor

public enum SmartColor
extension SmartColor: Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case color(UIColor)
  • Undocumented

    Declaration

    Swift

    public init(from value: UIColor)
  • Undocumented

    Declaration

    Swift

    public var peel: UIColor { get }

SmartType

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws