MonobjcMonobjc Documented Class Library
glColorTable Method (target, internalformat, width, format, type, table)
NamespacesMonobjc.OpenGLGLglColorTable(UInt32, UInt32, Int32, UInt32, UInt32, IntPtr)

Original signature is 'extern void glColorTable (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColorTable(
	uint target,
	uint internalformat,
	int width,
	uint format,
	uint type,
	IntPtr table
)
Public Shared Sub glColorTable ( _
	target As UInteger, _
	internalformat As UInteger, _
	width As Integer, _
	format As UInteger, _
	type As UInteger, _
	table As IntPtr _
)
public:
static void glColorTable(
	unsigned int target, 
	unsigned int internalformat, 
	int width, 
	unsigned int format, 
	unsigned int type, 
	IntPtr table
)
Parameters
target (UInt32)

[Missing <param name="target"/> documentation for "M:Monobjc.OpenGL.GL.glColorTable(System.UInt32,System.UInt32,System.Int32,System.UInt32,System.UInt32,System.IntPtr)"]

internalformat (UInt32)

[Missing <param name="internalformat"/> documentation for "M:Monobjc.OpenGL.GL.glColorTable(System.UInt32,System.UInt32,System.Int32,System.UInt32,System.UInt32,System.IntPtr)"]

width (Int32)

[Missing <param name="width"/> documentation for "M:Monobjc.OpenGL.GL.glColorTable(System.UInt32,System.UInt32,System.Int32,System.UInt32,System.UInt32,System.IntPtr)"]

format (UInt32)

[Missing <param name="format"/> documentation for "M:Monobjc.OpenGL.GL.glColorTable(System.UInt32,System.UInt32,System.Int32,System.UInt32,System.UInt32,System.IntPtr)"]

type (UInt32)

[Missing <param name="type"/> documentation for "M:Monobjc.OpenGL.GL.glColorTable(System.UInt32,System.UInt32,System.Int32,System.UInt32,System.UInt32,System.IntPtr)"]

table (IntPtr)

[Missing <param name="table"/> documentation for "M:Monobjc.OpenGL.GL.glColorTable(System.UInt32,System.UInt32,System.Int32,System.UInt32,System.UInt32,System.IntPtr)"]

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.OpenGL (Module: Monobjc.OpenGL)