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
red
the red value
green
the green value
blue
the blue value
alpha
the alpha value
-
Inits based on the RBG values
Declaration
Swift
convenience init(rgb: Int, alpha: CGFloat = 1.0)
Parameters
rgb
the RGB int value
alpha
the alpha value