Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIColorMBS class.

CIColorMBS.blackColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns stock black color with sRGB color space.

Available in macOS 10.12 or newer.

CIColorMBS.blueColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns stock blue color with sRGB color space.

Available in macOS 10.12 or newer.

CIColorMBS.clearColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns stock clear color with sRGB color space.

Transparent color.
Available in macOS 10.12 or newer.

CIColorMBS.colorWithCGColor(ColorValue as CGColorMBS) as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a new color based on a CoreGraphics color.

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

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ 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.colorWithRGB(Red as Double, Green as Double, Blue as Double, Alpha as Double) as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ 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.colorWithString(representation as String) as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a color from a color string representation.

CIColorMBS.cyanColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns stock cyan color with sRGB color space.

Available in macOS 10.12 or newer.

CIColorMBS.grayColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns stock gray color with sRGB color space.

Available in macOS 10.12 or newer.

CIColorMBS.greenColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns stock green color with sRGB color space.

Available in macOS 10.12 or newer.

CIColorMBS.magentaColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns stock magenta color with sRGB color space.

Available in macOS 10.12 or newer.

CIColorMBS.redColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns stock red color with sRGB color space.

Available in macOS 10.12 or newer.

CIColorMBS.whiteColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns stock white color with sRGB color space.

Available in macOS 10.12 or newer.

CIColorMBS.yellowColor as CIColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns stock yellow color with sRGB color space.

Available in macOS 10.12 or newer.

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


The biggest plugin in space...