kCIInputImageKey

Static kCIInputImageKey 

Source
pub unsafe static kCIInputImageKey: &'static NSString
Available on crate feature CIFilter only.
Expand description

A key to get or set the input image of a Core Image filter.

The value for this key needs to be a CIImage instance. For filters that also use a background image, this key refers to the foreground image.

See also Apple’s documentation