MonoMac.CoreImage.CIContextOptions Members

The members of MonoMac.CoreImage.CIContextOptions are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates an empty set of options for CIContext rendering.

Public Properties

OutputColorSpaceMonoMac.CoreGraphics.CGColorSpace. The desired CIColorSpace to be used for the CIContext rendering operation.
UseSoftwareRendererbool. Setting this to true will force the CPU software rendered to be used and prevent the job to be offloaded to the GPU
WorkingColorSpaceMonoMac.CoreGraphics.CGColorSpace. The colorspace used by image processing operations, this is different than the colorspace used for the final rendering.