init(color:)
Initializes an image of infinite extent whose entire content is the specified color.
Declaration
init(color: CIColor)Parameters
- color:
A color object.
Return Value
The initialized image object.
Initializes an image of infinite extent whose entire content is the specified color.
init(color: CIColor)A color object.
The initialized image object.