MonobjcMonobjc Documented Class Library
ImageWithColor Method (color)
NamespacesMonobjc.QuartzCoreCIImageImageWithColor(CIColor)

Creates and returns an image of infinite extent that is initialized the specified color.

Original signature is '+ (CIImage *)imageWithColor:(CIColor *)color'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CIImage ImageWithColor(
	CIColor color
)
Public Shared Function ImageWithColor ( _
	color As CIColor _
) As CIImage
public:
static CIImage^ ImageWithColor(
	CIColor^ color
)
Parameters
color (CIColor)
A color object.
Return Value
The image object initialized with the color represented by the CIColor object.
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)