MonoMac.CoreImage.CIContextOptions: Property Members

The properties of MonoMac.CoreImage.CIContextOptions are listed below. For a list of all members, see the CIContextOptions Members list.

See Also: Inherited members from System.Object

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.