Contents

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.

See Also

Creating Solid Colors