Creates a filter shape object that represents the intersection of the current filter shape and the specified filter shape object.
SDKs
- iOS 9.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Core Image
Declaration
func intersect(with s2: CIFilter Shape) -> CIFilter Shape
Parameters
s2
A filter shape object.
Return Value
The filter shape object that results from the intersection.