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) -> CIFilterShapeParameters
- s2:
A filter shape object.
Return Value
The filter shape object that results from the union.