CGContext.SetRenderingIntent(CGColorRenderingIntent) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
How colors outside the destination color space are handled.
public void SetRenderingIntent(CoreGraphics.CGColorRenderingIntent intent);member this.SetRenderingIntent : CoreGraphics.CGColorRenderingIntent -> unitParameters
- intent
- CGColorRenderingIntent
The desired CGColorRenderingIntent.
Remarks
The default rendering intent is RelativeColorimetric for everyting but samples images, which are rendered with Perceptual.