Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIColorMBS class.

CIColorMBS.Component(index as UInt32) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 12.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The color component with the given index.

Index is from 0 to NumberOfComponents - 1.

CIColorMBS.Constructor(Red as Double, Green as Double, Blue as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 13.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a color object using the specified RGB color component values

r: The value of the red component.
g: The value of the green component.
b: The value of the blue component.

Initializes Core Image color object that represents an RGB color in the color space specified by the Quartz 2D constant kCGColorSpaceGenericRGB.

See also:

CIColorMBS.Constructor(Red as Double, Green as Double, Blue as Double, Alpha as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 13.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a color object using the specified RGBA color component values.

r: The value of the red component.
g: The value of the green component.
b: The value of the blue component.
a: The value of the alpha component.

Initializes a Core Image color object that represents an RGB color in the color space specified by the Quartz 2D constant kCGColorSpaceGenericRGB and an alpha value.

See also:

CIColorMBS.copy as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 12.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a copy of the color object.

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


The biggest plugin in space...