init(cgColor:)
Creates a color object using the specified Quartz color reference.
Declaration
init(cgColor: CGColor)Parameters
- cgColor:
A reference to a Quartz color.
Return Value
An initialized color object. The color information represented by this object is in the native colorspace of the specified Quartz color.