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
Number of attributes.

(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
Returns the textual description for this filter.

(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
Name of the filter intended for UI display (eg. localized)
Example
dim cf as new CIFilterLuminosityBlendModeMBS
MsgBox cf.DisplayName // shows: "Luminosity Blend Mode"

(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
Whether filter is enabled for animation.

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
Name of the filter.

(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
The handle to the internal used CIFilter reference.

(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
The filter name.

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
The output image.

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.


The biggest plugin in space...