Platforms to show: All Mac Windows Linux Cross-Platform
Back to CIFilterMBS class.
CIFilterMBS.attributesDictionary as dictionary
Function:
Returns a dictionary of key-value pairs that describe the filter.
Example:
Notes:
Returns a dictionary that contains a key for each input and output parameter for the filter. Each key is a dictionary that contains all the attributes of an input or output parameter.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreImage | MBS MacCI Plugin | 13.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Example:
dim d as new CIFilterComicEffectMBS
dim a as Dictionary = d.attributesDictionary
break // see values in debugger
CIFilterMBS.AttributesItem(index as Integer) as CIAttributeMBS
Function:
Returns the attribute with the given index.
Notes:
Index is zero based.
Nil on any error.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
Index is zero based.
Nil on any error.
See also:
CIFilterMBS.AttributesItem(name as string) as CIAttributeMBS
Function:
Returns the attribute with the given name.
Notes: nil on error.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: nil on error.
See also:
CIFilterMBS.AttributesName(index as Integer) as string
Function:
The name of the attribute with the given index.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.Categories as string()
Function:
Array of filter category names.
Notes: nil on any error.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: nil on any error.
CIFilterMBS.Constructor(Handle as Integer)
Function:
Initializes object with given object reference.
Notes:
ref should be a CIFilter* and the object is retained.
Raises UnsupportedOperationException if object is not a CIFilter.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreImage | MBS MacCI Plugin | 12.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
ref should be a CIFilter* and the object is retained.
Raises UnsupportedOperationException if object is not a CIFilter.
CIFilterMBS.copy as CIFilterMBS
Function:
Creates a copy of the filter.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.InputKeys as string()
Function:
Returns an array containing the names of all inputs in the filter.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.OutputKeys as string()
Function:
Returns an array containing the names of all outputs in the filter.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.SetDefaults
Function:
Sets all inputs to their default values (where default values are defined, other inputs are left as-is).
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.ValueAsAffineTransform(key as string) as NSAffineTransformMBS
Function:
Get or set a value as an affine transform.
Notes:
On if attributes classname is NSAffineTransform.
(Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
On if attributes classname is NSAffineTransform.
(Read and Write computed property)
CIFilterMBS.ValueAsCIColor(key as string) as CIColorMBS
Function:
Get or set a value as a color.
Notes:
On if attributes classname is CIColor.
(Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
On if attributes classname is CIColor.
(Read and Write computed property)
CIFilterMBS.ValueAsCIImage(key as string) as CIImageMBS
Function:
Get or set a value as an image.
Notes:
On if attributes classname is NSImage.
(Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
On if attributes classname is NSImage.
(Read and Write computed property)
CIFilterMBS.ValueAsCIVector(key as string) as CIVectorMBS
Function:
Get or set a value as a vector.
Notes:
On if attributes classname is CIVector.
(Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
On if attributes classname is CIVector.
(Read and Write computed property)
CIFilterMBS.ValueAsData(key as string) as memoryblock
Function:
Get or set a value as a memoryblock.
Notes:
On if attributes classname is memoryblock.
(Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
On if attributes classname is memoryblock.
(Read and Write computed property)
CIFilterMBS.ValueAsNumber(key as string) as Double
Function:
Get or set a value as a double.
Notes:
On if attributes classname is number.
(Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
On if attributes classname is number.
(Read and Write computed property)
CIFilterMBS.ValueAsString(key as string) as String
Function:
Get or set a value as a string.
Notes:
On if attributes classname is NSString.
(Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreImage | MBS MacCI Plugin | 11.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
On if attributes classname is NSString.
(Read and Write computed property)
The items on this page are in the following plugins: MBS MacCI Plugin.
