MonobjcMonobjc Documented Class Library
CIImage Constructor (color)
NamespacesMonobjc.QuartzCoreCIImageCIImage(CIColor)

Initializes an image with the specified color.

Original signature is '- (id)initWithColor:(CIColor *)color'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public CIImage(
	CIColor color
)
Public Sub New ( _
	color As CIColor _
)
public:
CIImage(
	CIColor^ color
)
Parameters
color (CIColor)
A color object.
Return Value
The initialized image object or nil if the object could not be initialized.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)