Returns the rendering intent setting for a bitmap image.
Original signature is 'CGColorRenderingIntent CGImageGetRenderingIntent ( CGImageRef image );'
Available in Mac OS X version 10.0 and later.

C# | Visual Basic | Visual C++ |
public static CGColorRenderingIntent GetRenderingIntent( IntPtr image )
Public Shared Function GetRenderingIntent ( _ image As IntPtr _ ) As CGColorRenderingIntent
public: static CGColorRenderingIntent GetRenderingIntent( IntPtr image )

- image (IntPtr)
- MISSING

Returns the CGColorRenderingIntent constant that specifies how Quartz should handle colors that are not located within the gamut of the destination color space of a graphics context in which the image is drawn. If the image is an image mask, this function returns kCGRenderingIntentDefault.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)