Contents

union(with:)

Creates a filter shape that results from the union of the current filter shape and another filter shape object.

Declaration

func union(with s2: CIFilterShape) -> CIFilterShape

Parameters

  • s2:

    A filter shape object.

Return Value

The filter shape object that results from the union.

See Also

Modifying a Filter Shape