Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIFilterMBS class.

CIFilterMBS.AttributesCount as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Number of attributes.
Notes: (Read only property)
CIFilterMBS.description as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Returns the textual description for this filter.
Notes: (Read only property)
CIFilterMBS.DisplayName as string
Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Name of the filter intended for UI display (eg. localized)
Example:
dim cf as new CIFilterLuminosityBlendModeMBS
MsgBox cf.DisplayName // shows: "Luminosity Blend Mode"
Notes: (Read only property)
CIFilterMBS.Enabled as Boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
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)
CIFilterMBS.FilterName as string
Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: Name of the filter.
Notes: (Read only property)
CIFilterMBS.Handle as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 12.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Function: The handle to the internal used CIFilter reference.
Notes: (Read only property)
CIFilterMBS.Name as String
Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
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)
CIFilterMBS.outputImage as CIImageMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
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)

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


💬 Ask a question or report a problem
The biggest plugin in space...


Start Chat