Status
public enum Status
Alerts and Status
-
Red status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let red1 = rgb(255, 236, 236)
-
Red status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let red2 = rgb(249, 165, 159)
-
Red status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let red3 = rgb(243, 67, 54)
-
Red status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let red4 = rgb(180, 0, 0)
-
Orange status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let orange1 = rgb(255, 240, 230)
-
Orange status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let orange2 = rgb(255, 196, 153)
-
Orange status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let orange3 = rgb(255, 139, 58)
-
Orange status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let orange4 = rgb(204, 85, 0)
-
Yellow status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let yellow1 = rgb(255, 246, 217)
-
Yellow status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let yellow2 = rgb(255, 224, 112)
-
Yellow status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let yellow3 = rgb(254, 198, 0)
-
Yellow status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let yellow4 = rgb(163, 128, 1)
-
Blue status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let blue1 = rgb(230, 245, 255)
-
Blue status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let blue2 = rgb(88, 171, 238)
-
Blue status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let blue3 = rgb(20, 121, 201)
-
Blue status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let blue4 = rgb(12, 66, 111)
-
Green status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let green1 = rgb(236, 255, 238)
-
Green status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let green2 = rgb(180, 227, 79)
-
Green status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let green3 = rgb(127, 174, 27)
-
Green status (1 is lightest, 4 is darkest)
Declaration
Swift
public static let green4 = rgb(66, 88, 14)