Returns a screen blend mode filter.
SDKs
- iOS 13.0+
- macOS 10.15+
- tvOS 13.0+
Framework
- Core Image
Declaration
class func screenBlendMode() -> CIFilter & CIComposite Operation
Returns a screen blend mode filter.
SDKs
Framework
class func screenBlendMode() -> CIFilter & CIComposite Operation
class func addition Compositing() -> CIFilter & CIComposite Operation
Returns an addition compositing filter.
class func color Blend Mode() -> CIFilter & CIComposite Operation
Returns a color blend mode filter.
class func color Burn Blend Mode() -> CIFilter & CIComposite Operation
Returns a color-burn blend mode filter.
class func color Dodge Blend Mode() -> CIFilter & CIComposite Operation
Returns a color-dodge blend mode filter.
class func darken Blend Mode() -> CIFilter & CIComposite Operation
Returns a darken blend mode filter.
class func difference Blend Mode() -> CIFilter & CIComposite Operation
Returns a difference blend mode filter.
class func divide Blend Mode() -> CIFilter & CIComposite Operation
Returns a divide blend mode filter.
class func exclusion Blend Mode() -> CIFilter & CIComposite Operation
Returns an exclusion blend mode filter.
class func hard Light Blend Mode() -> CIFilter & CIComposite Operation
Returns a hard-light blend mode filter.
class func hue Blend Mode() -> CIFilter & CIComposite Operation
Returns a hue blend mode filter.
class func lighten Blend Mode() -> CIFilter & CIComposite Operation
Returns a lighten blend mode filter.
class func linear Burn Blend Mode() -> CIFilter & CIComposite Operation
Returns a linear-burn blend mode filter.
class func linear Dodge Blend Mode() -> CIFilter & CIComposite Operation
Returns a linear-dodge blend mode filter.
class func luminosity Blend Mode() -> CIFilter & CIComposite Operation
Returns a luminosity blend mode filter.
class func minimum Compositing() -> CIFilter & CIComposite Operation
Returns a minimum compositing filter.
class func maximum Compositing() -> CIFilter & CIComposite Operation
Returns a maximum compositing filter.
class func multiply Blend Mode() -> CIFilter & CIComposite Operation
Returns a multiply blend mode filter.
class func multiply Compositing() -> CIFilter & CIComposite Operation
Returns a multiply compositing filter.
class func overlay Blend Mode() -> CIFilter & CIComposite Operation
Returns an overlay blend mode filter.
class func pin Light Blend Mode() -> CIFilter & CIComposite Operation
Returns a pin-light blend mode filter.
class func saturation Blend Mode() -> CIFilter & CIComposite Operation
Returns a saturation blend mode filter.
class func soft Light Blend Mode() -> CIFilter & CIComposite Operation
Returns a soft-light blend mode filter.
class func subtract Blend Mode() -> CIFilter & CIComposite Operation
Returns a subtract blend mode filter.
class func source Atop Compositing() -> CIFilter & CIComposite Operation
Returns a source-atop compositing filter.
class func source In Compositing() -> CIFilter & CIComposite Operation
Returns a source-in compositing filter.
class func source Out Compositing() -> CIFilter & CIComposite Operation
Returns a source-out compositing filter.
class func source Over Compositing() -> CIFilter & CIComposite Operation
Returns a source-over compositing filter.