Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIFilterGeneratorMBS class.

CIFilterGeneratorMBS.filterGenerator as CIFilterGeneratorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Creates and returns an empty filter generator object.

You use the returned object to connect two or more CIFilter objects and input images. It is also valid to have only one CIFilter object in a filter generator.

CIFilterGeneratorMBS.filterGeneratorWithContentsOfFile(File as folderItem) as CIFilterGeneratorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Creates and returns a filter generator object and initializes it with the contents of a filter generator file.

Returns a CIFilterGeneratorMBS object; returns nil if the file can’t be read.

CIFilterGeneratorMBS.filterGeneratorWithContentsOfURL(URL as string) as CIFilterGeneratorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Creates and returns a filter generator object and initializes it with the contents of a filter generator file.

Returns a CIFilterGeneratorMBS object; returns nil if the file can’t be read.

CIFilterGeneratorMBS.kCIFilterGeneratorExportedKey as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
One of the dictionary keys describing exports.

The key (CIFilterGeneratorExportedKey) for the exported parameter. The associated value is the key name of the parameter you are exporting, such as inputRadius.

CIFilterGeneratorMBS.kCIFilterGeneratorExportedKeyName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
One of the dictionary keys describing exports.

The key (CIFilterGeneratorExportedKey) for the exported parameter. The associated value is the key name of the parameter you are exporting, such as inputRadius.

CIFilterGeneratorMBS.kCIFilterGeneratorExportedKeyTargetObject as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
One of the dictionary keys describing exports.

The target object (CIFilterGeneratorExportedKeyTargetObject) for the exported key. The associated value is the name of the object, such as CIMotionBlur.

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


The biggest plugin in space...