MonobjcMonobjc Documented Class Library
CreateCalibratedRGB Method (whitePoint, blackPoint, gamma, matrix)
NamespacesMonobjc.ApplicationServicesCGColorSpaceCreateCalibratedRGB(IntPtr, IntPtr, IntPtr, IntPtr)

Creates a calibrated RGB color space.

Original signature is 'CGColorSpaceRef CGColorSpaceCreateCalibratedRGB( const CGFloat whitePoint[3], const CGFloat blackPoint[3], const CGFloat gamma[3], const CGFloat matrix[9] );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateCalibratedRGB(
	IntPtr whitePoint,
	IntPtr blackPoint,
	IntPtr gamma,
	IntPtr matrix
)
Public Shared Function CreateCalibratedRGB ( _
	whitePoint As IntPtr, _
	blackPoint As IntPtr, _
	gamma As IntPtr, _
	matrix As IntPtr _
) As IntPtr
public:
static IntPtr CreateCalibratedRGB(
	IntPtr whitePoint, 
	IntPtr blackPoint, 
	IntPtr gamma, 
	IntPtr matrix
)
Parameters
whitePoint (IntPtr)
MISSING
blackPoint (IntPtr)
MISSING
gamma (IntPtr)
MISSING
matrix (IntPtr)
MISSING
Return Value
A new calibrated RGB color space. You are responsible for releasing this object by calling CGColorSpaceRelease. If unsuccessful, returns NULL.
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)