MonobjcMonobjc Documented Class Library
kCIContextOutputColorSpace Field
NamespacesMonobjc.QuartzCoreCIContextkCIContextOutputColorSpace

A key for the color space to use for images before they are rendered to the context. By default, Core Image uses the GenericRGB color space, which leaves color matching to the system. You can specify a different output color space by providing a Quartz 2D CGColorSpace object (CGColorSpaceRef). (See Quartz 2D Programming Guide for information on creating and using CGColorSpace objects.)

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kCIContextOutputColorSpace
Public Shared ReadOnly kCIContextOutputColorSpace As NSString
public:
static initonly NSString^ kCIContextOutputColorSpace
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)