Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIColorMBS class.

CIColorMBS.Alpha as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The alpha value of the color.

Values range between 0.0 to 1.0.
(Read only property)

CIColorMBS.Blue as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The (unpremultiplied) blue component of the color.

Values range between 0.0 to 1.0.
(Read only property)

CIColorMBS.ColorSpace as CGColorSpaceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The color space object associated with the color.

nil on any error.
(Read only property)

CIColorMBS.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 color.

(Read only property)

CIColorMBS.Green as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The (unpremultiplied) green component of the color.

Values range between 0.0 to 1.0.
(Read only property)

CIColorMBS.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 CIColor object used internally.

(Read only property)

CIColorMBS.NumberOfComponents as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The number of color components (including alpha).

(Read only property)

CIColorMBS.Red as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The (unpremultiplied) red component of the color.

Values range between 0.0 to 1.0.
(Read only property)

CIColorMBS.StringRepresentation as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns a formatted string with the components of the color.
Example
dim c as CIColorMBS

c=NewCIColorMBS(1,0,0)

MsgBox c.stringRepresentation // shows "1 0 0 1"

Returns "" on any error.
(Read only property)

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


The biggest plugin in space...