MonobjcMonobjc Documented Class Library
kCIContextWorkingColorSpace Field
NamespacesMonobjc.QuartzCoreCIContextkCIContextWorkingColorSpace

A key for the color space to use for image operations. By default, Core Image assumes that processing nodes are 128 bits-per-pixel, linear light, premultiplied RGBA floating-point values that use the GenericRGB color space. You can specify a different working color space by providing a Quartz 2D CGColorSpace object (CGColorSpaceRef). Note that the working color space must be RGB-based. If you have YUV data as input (or other data that is not RGB-based), you can use ColorSync functions to convert to the working color space. (See Quartz 2D Programming Guide for information on creating and using CGColorSpace objects.)

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