Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIAttributeMBS class.

CIAttributeMBS.ClassName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Class name of the filter.

(Read only property)

CIAttributeMBS.DefaultAffineTransform as NSAffineTransformMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The default value for this color.

Only valid for affine transformations.
(Read only property)

CIAttributeMBS.DefaultColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The default value for this color.

Only valid for colors.
(Read only property)

CIAttributeMBS.DefaultNumber as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The default value for this color.

Only valid for numbers.
(Read only property)

Some examples using this property:

CIAttributeMBS.DefaultValue as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The default value.

(Read only property)

CIAttributeMBS.DefaultVector as CIVectorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The default value for this color.

Only valid for vectors.
(Read only property)

CIAttributeMBS.description as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
The description of this attribute.

(Read only property)

CIAttributeMBS.DisplayName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The localized display name for the attribute.

Not all attributes do have a localized name and not all do have a name at all.
(e.g. outputImage normally has no display name)
(Read only property)

CIAttributeMBS.HasMaxNumber as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 10.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether this attribute has a defined maximum value.

(Read only property)

CIAttributeMBS.HasMinNumber as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 10.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether this attribute has a defined minimum value.

(Read only property)

CIAttributeMBS.HasSliderMaxNumber as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 10.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether this attribute has a defined slider maximum value.

(Read only property)

CIAttributeMBS.HasSliderMinNumber as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 10.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether this attribute has a defined slider minimum value.

(Read only property)

CIAttributeMBS.IdentityAffineTransform as NSAffineTransformMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The value to be used to keep the filter doing nothing.

Only valid for affine transformations.
(Read only property)

CIAttributeMBS.IdentityNumber as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The value to be used to keep the filter doing nothing.

Only valid for numbers.
(Read only property)

CIAttributeMBS.IdentityValue as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The identity value.

(Read only property)

CIAttributeMBS.IdentityVector as CIVectorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The value to be used to keep the filter doing nothing.

Only valid for vectors.
(Read only property)

CIAttributeMBS.LocalizedDescription as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Description of the filter intended for UI display (eg. localized)

(Read only property)

CIAttributeMBS.MaxNumber as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Maximum value for the attribute.

Only valid for numbers.
If no value is defined, this property is zero and HasMaxNumber returns false.
(Read only property)

CIAttributeMBS.MinNumber as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Minimum value for the attribute.

Only valid for numbers.
If no value is defined, this property is zero and HasMinNumber returns false.
(Read only property)

CIAttributeMBS.Name as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The name of this attribute.

(Read only property)

CIAttributeMBS.SliderMaxNumber as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Maximum value for the slider.
Example
dim f as CIFilterEdgesMBS
dim a as CIAttributeMBS

f=new CIFilterEdgesMBS
f.inputImage=NewCIImagewithFileMBS(SpecialFolder.Desktop.Child("Paris.jpg"))

a=f.AttributeinputIntensity
Title=str(a.SliderMinNumber)+" "+str(a.SliderMaxNumber)
f.inputIntensity=a.SliderMaxNumber

Backdrop=f.outputImage.RenderPicture

Only valid for numbers.
If no value is defined, this property is zero and HasSliderMaxNumber returns false.
(Read only property)

Some examples using this property:

CIAttributeMBS.SliderMinNumber as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Minimum value for the slider.

Only valid for numbers.
If no value is defined, this property is zero and HasSliderMinNumber returns false.
(Read only property)

Some examples using this property:

CIAttributeMBS.Type as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The type of this attribute.

Types for numbers:
kCIAttributeTypeDistance
kCIAttributeTypeBoolean
kCIAttributeTypeTime
kCIAttributeTypeAngle
kCIAttributeTypeScalar

Types for vectors:
kCIAttributeTypePosition (2 Dimensions)
kCIAttributeTypeOffset (2 Dimensions)
kCIAttributeTypePosition3 (3 Dimensions)
kCIAttributeTypeRectangle (4 Dimensions)

Types for colors:
kCIAttributeTypeOpaqueColor

Types for images:
kCIAttributeTypeGradient
(Read only property)

CIAttributeMBS.Values as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Queries all values as dictionary.

(Read only property)

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


The biggest plugin in space...