MonobjcMonobjc Documented Class Library
GetColorSpace Method (imageBuffer)
NamespacesMonobjc.QuartzCoreCVImageBufferGetColorSpace(IntPtr)

Returns the color space of a Core Video image buffer.

Original signature is 'CGColorSpaceRef CVImageBufferGetColorSpace ( CVImageBufferRef imageBuffer );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetColorSpace(
	IntPtr imageBuffer
)
Public Shared Function GetColorSpace ( _
	imageBuffer As IntPtr _
) As IntPtr
public:
static IntPtr GetColorSpace(
	IntPtr imageBuffer
)
Parameters
imageBuffer (IntPtr)
MISSING
Return Value
The color space of the buffer. Returns NULL if called with either a non-CVImageBufferRef type or 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)