MonobjcMonobjc Documented Class Library
kCICategoryCompositeOperation Field
NamespacesMonobjc.QuartzCoreCIFilterkCICategoryCompositeOperation

A filter operates on two image sources, using the color values of one image to operate on the other. Composite filters perform computations such as computing maximum values, minimum values, and multiplying values between input images. You can use compositing filters to add effects to an image, crop an image, and achieve a variety of other effects.

Available in Mac OS X v10.4 and later.

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