MonobjcMonobjc Documented Class Library
IKFilterBrowserDefaultInputImage Field
NamespacesMonobjc.QuartzIKFilterBrowserPanelIKFilterBrowserDefaultInputImage

The key for the default input image. The associated value is the CIImage object to use as the default input image for the filter preview. Setting the image to nil causes Image Kit to use the image supplied by the framework. You can also set the input image and other parameters during the notification IKFilterBrowserWillPreviewFilterNotification.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString IKFilterBrowserDefaultInputImage
Public Shared ReadOnly IKFilterBrowserDefaultInputImage As NSString
public:
static initonly NSString^ IKFilterBrowserDefaultInputImage
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)