UIColor
extension UIColor
-
Color of alto
Declaration
Swift
static var alto: UIColor { get } -
Color of azureRadiance
Declaration
Swift
static var azureRadiance: UIColor { get } -
Color of carnation
Declaration
Swift
static var carnation: UIColor { get } -
Color of dodgerBlue
Declaration
Swift
static var dodgerBlue: UIColor { get } -
Color of dustyGray
Declaration
Swift
static var dustyGray: UIColor { get } -
Color of facebookButton
Declaration
Swift
static var facebookButton: UIColor { get } -
Color of frenchPass
Declaration
Swift
static var frenchPass: UIColor { get } -
Color of gallery
Declaration
Swift
static var gallery: UIColor { get } -
Color of mercury
Declaration
Swift
static var mercury: UIColor { get } -
Color of pohutukawa
Declaration
Swift
static var pohutukawa: UIColor { get } -
Color of regalBlue
Declaration
Swift
static var regalBlue: UIColor { get } -
Color of switchOff
Declaration
Swift
static var switchOff: UIColor { get } -
Color of switchOn
Declaration
Swift
static var switchOn: UIColor { get } -
Color of visited markers
Declaration
Swift
static var visited: UIColor { get } -
Convenience component initializer
Declaration
Swift
convenience init(r: Int, g: Int, b: Int, a: Int = 255)Parameters
rRed, 0…255
gGreen, 0…255
bBlue, 0…255
aAlpha, 0…255
-
Convenience Int RGB initializer
Declaration
Swift
convenience init(rgb: Int)Parameters
rgb3 byte RGB
-
Convenience Int ARGB initializer
Declaration
Swift
convenience init(argb: Int)Parameters
rgb4 byte ARGB
View on GitHub
UIColor Extension Reference