Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
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 |
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 |
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 |
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 |
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 |
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 |
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.