MonobjcMonobjc Documented Class Library
GetColorTable Method (space, table)
NamespacesMonobjc.ApplicationServicesCGColorSpaceGetColorTable(IntPtr, IntPtr)

Copies the entries in the color table of an indexed color space.

Original signature is 'void CGColorSpaceGetColorTable( CGColorSpaceRef space, uint8_t *table); );'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void GetColorTable(
	IntPtr space,
	IntPtr table
)
Public Shared Sub GetColorTable ( _
	space As IntPtr, _
	table As IntPtr _
)
public:
static void GetColorTable(
	IntPtr space, 
	IntPtr table
)
Parameters
space (IntPtr)
MISSING
table (IntPtr)
MISSING
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)