CISamplerOptions.ColorSpace Property

Definition

Gets or sets the color space to which samples are converted before being passed to kernels.

public CoreGraphics.CGColorSpace ColorSpace { get; set; }
member this.ColorSpace : CoreGraphics.CGColorSpace with get, set

Property Value

The color space to which samples are converted before being passed to kernels.

Remarks

If the developer does not set this value, then samples are processed in the working color space of the rendering context.

Applies to