Platforms to show: All Mac Windows Linux Cross-Platform
Back to CIFilterMBS class.
CIFilterMBS.AttributesCount as Integer
Function:
Number of attributes.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CIFilterMBS.description as String
Function:
Returns the textual description for this filter.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 9.7 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CIFilterMBS.DisplayName as string
Function:
Name of the filter intended for UI display (eg. localized)
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim cf as new CIFilterLuminosityBlendModeMBS
MsgBox cf.DisplayName // shows: "Luminosity Blend Mode"
CIFilterMBS.Enabled as Boolean
Function:
Whether filter is enabled for animation.
Notes:
The 'enabled' property is used only by CoreAnimation and is animatable.
In Core Animation, a CIFilter only applied to its input when this property is set to true.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
The 'enabled' property is used only by CoreAnimation and is animatable.
In Core Animation, a CIFilter only applied to its input when this property is set to true.
(Read and Write property)
CIFilterMBS.FilterName as string
Function:
Name of the filter.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CIFilterMBS.Handle as Integer
Function:
The handle to the internal used CIFilter reference.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 12.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
CIFilterMBS.Name as String
Function:
The filter name.
Notes:
On OSX this property is read-write. This can be useful when using CIFilters with CALayers to construct unique keypaths.
For example, to set an attribute of a filter attached to a layer, a path such as "filters.myExposureFilter.inputEV" could be used.
CALayer animations may also access filter attributes via key-paths.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
On OSX this property is read-write. This can be useful when using CIFilters with CALayers to construct unique keypaths.
For example, to set an attribute of a filter attached to a layer, a path such as "filters.myExposureFilter.inputEV" could be used.
CALayer animations may also access filter attributes via key-paths.
(Read and Write property)
CIFilterMBS.outputImage as CIImageMBS
Function:
The output image.
Notes:
Available directly on OS X 10.10 or newer, but our plugin implements it also for older versions by using valueForKey internally.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
Available directly on OS X 10.10 or newer, but our plugin implements it also for older versions by using valueForKey internally.
(Read only property)
The items on this page are in the following plugins: MBS MacCI Plugin.
