Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIFilterGeneratorMBS class.

CIFilterGeneratorMBS.classAttributes as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The class attributes associated with the filter.

For more information about class attributes for a filter, see Core Image Programming Guide and the filter attributes key constants defined in CIFilterMBS.
(Read and Write property)

CIFilterGeneratorMBS.exportedKeys as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns an array of the exported keys.

An array of dictionaries that describe the exported key and target object. See kCIFilterGeneratorExportedKey, kCIFilterGeneratorExportedKeyTargetObject, and kCIFilterGeneratorExportedKey for keys used in the dictionary.

This method returns the keys that you exported using the exportKey method or that were exported before being written to the file from which you read the filter chain.
(Read only property)

CIFilterGeneratorMBS.filter as CIFilterMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Creates a filter object based on the filter chain.

The topology of the filter chain is immutable, meaning that any changes you make to the filter chain are not reflected in the filter. The returned filer has the input an output keys that are exported.
(Read only property)

CIFilterGeneratorMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The internal reference to the object.

(Read only property)

The items on this page are in the following plugins: MBS MacCI Plugin.


The biggest plugin in space...