Color

public enum Color : String, CaseIterable, Codable
  • Declaration

    Swift

    case grey
  • Declaration

    Swift

    case yellow
  • red

    Declaration

    Swift

    case red
  • Declaration

    Swift

    case green
  • Declaration

    Swift

    case blue
  • Declaration

    Swift

    public static func next() -> Color