MonobjcMonobjc Documented Class Library
GetRenderingIntent Method (image)
NamespacesMonobjc.ApplicationServicesCGImageGetRenderingIntent(IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static CGColorRenderingIntent GetRenderingIntent(
	IntPtr image
)
Public Shared Function GetRenderingIntent ( _
	image As IntPtr _
) As CGColorRenderingIntent
public:
static CGColorRenderingIntent GetRenderingIntent(
	IntPtr image
)
Parameters
image (IntPtr)
MISSING
Return Value
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)