MonobjcMonobjc Documented Class Library
kCICategoryColorAdjustment Field
NamespacesMonobjc.QuartzCoreCIFilterkCICategoryColorAdjustment

A filter that changes color values. Color adjustment filters are used to eliminate color casts, adjust hue, and correct brightness and contrast. Color adjustment filters do not perform color management; ColorSync performs color management. You can use Quartz 2D to specify the color space associated with an image. For more information, see Color Management Overview and Quartz 2D Programming Guide.

Available in Mac OS X v10.4 and later.

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