CGContext.SetRenderingIntent(CGColorRenderingIntent) Method

Definition

How colors outside the destination color space are handled.

public void SetRenderingIntent (CoreGraphics.CGColorRenderingIntent intent);
member this.SetRenderingIntent : CoreGraphics.CGColorRenderingIntent -> unit

Parameters

Remarks

The default rendering intent is RelativeColorimetric for everyting but samples images, which are rendered with Perceptual.

Applies to