CGColorRenderingIntent Enum

Definition

Determines how Quartz maps colors from the source color space to the gamut of the destination.

public enum CGColorRenderingIntent
type CGColorRenderingIntent = 
Inheritance
CGColorRenderingIntent

Fields

AbsoluteColorimetric 1

Clamps colors outside of the gamut of the device into the space supported by the device.

Default 0

The default rendering intent.

Perceptual 3

Preserves the color relationship by compressing the gamut of the graphics context to fit the output device.

RelativeColorimetric 2

Shifts all colors to adjust for the requirements of the context.

Saturation 4

Preserves the relative saturation.

Applies to