DataVisualizationSets public enum DataVisualizationSets Data Visualization Sets regular Regular Data Visualization Set Declaration Swift public static let regular = [UIColor.Predix.blue5, UIColor.Predix.orange5, UIColor.Predix.green5, UIColor.Predix.pink4, UIColor.Predix.brown6, UIColor.Predix.purple4, UIColor.Predix.yellow5, UIColor.Predix.red6, UIColor.Predix.neutralGray8] light Light Data Visualization Set Declaration Swift public static let light = [UIColor.Predix.blue3, UIColor.Predix.orange3, UIColor.Predix.green3, UIColor.Predix.pink2, UIColor.Predix.brown4, UIColor.Predix.purple3, UIColor.Predix.yellow3, UIColor.Predix.red3, UIColor.Predix.neutralGray5] dark Dark Data Visualization Set Declaration Swift public static let dark = [UIColor.Predix.blue7, UIColor.Predix.orange7, UIColor.Predix.green7, UIColor.Predix.pink6, UIColor.Predix.brown7, UIColor.Predix.purple7, UIColor.Predix.yellow7, UIColor.Predix.red7, UIColor.Predix.neutralGray10]