pub unsafe static IKFilterBrowserDefaultInputImage: Option<&'static NSString>Available on crate features
IKFilterBrowserPanel and ImageKit only.Expand description
IKFilterBrowserDefaultInputImage - Allows you to set a custom image to be used as the inputImage for the filter preview.
CIImage* - You can also set the inputImage among other parameters during the IKFilterBrowserWillPreviewFilterNotification. This image will be set before the notification is called. Setting the image to nil falls back to the image suplied by the framework.
See also Appleās documentation