BaaS_Color
public enum BaaS_Color : String
BaaS Color
BaaS Color (hex, rgb, hsv, cmyk)
-
Official BaaS color in hex
Declaration
Swift
case hex = "#00d4ff"
-
Official BaaS color in rgb
Declaration
Swift
case rgb = "0,212,255"
-
Official BaaS color in r, y, k
Declaration
Swift
case r
-
Declaration
Swift
case y
-
Declaration
Swift
case k = "0"
-
Official BaaS color in g
Declaration
Swift
case g = "212"
-
Official BaaS color in b
Declaration
Swift
case b = "255"
-
Official BaaS color in hsv
Declaration
Swift
case hsv = "190,100,100"
-
Official BaaS color in h
Declaration
Swift
case h = "190"
-
Official BaaS color in s, v, c
Declaration
Swift
case s
-
Declaration
Swift
case v
-
Declaration
Swift
case c = "100"
-
Official BaaS color in cmyk
Declaration
Swift
case cmyk = "100,17,0,0"
-
Official BaaS color in m
Declaration
Swift
case m = "17"