UIColor
public extension UIColor
The UIColor extension
-
Inits based on the RBG values
Declaration
Swift
convenience init(red: Int, green: Int, blue: Int, alpha: CGFloat = 1.0)Parameters
redthe red value
greenthe green value
bluethe blue value
alphathe alpha value
-
Inits based on the RBG values
Declaration
Swift
convenience init(rgb: Int, alpha: CGFloat = 1.0)Parameters
rgbthe RGB int value
alphathe alpha value
View on GitHub