Color public enum Color : String, CaseIterable, Codable grey Declaration Swift case grey yellow Declaration Swift case yellow red Declaration Swift case red green Declaration Swift case green blue Declaration Swift case blue next() Declaration Swift public static func next() -> Color