MonobjcMonobjc Documented Class Library
ColorWithCIColor Method (color)
NamespacesMonobjc.AppKitNSColorColorWithCIColor(CIColor)

Converts a Core Image color object to its NSColor equivalent.

Original signature is '+ (NSColor *)colorWithCIColor:(CIColor *)color'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSColor ColorWithCIColor(
	CIColor color
)
Public Shared Function ColorWithCIColor ( _
	color As CIColor _
) As NSColor
public:
static NSColor^ ColorWithCIColor(
	CIColor^ color
)
Parameters
color (CIColor)
The Core Image color to convert.
Return Value
The NSColor object corresponding to the specified Core Image color.
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)