MonobjcMonobjc Documented Class Library
glColorSubTable Method (target, start, count, format, type, data)
NamespacesMonobjc.OpenGLGLglColorSubTable(UInt32, Int32, Int32, UInt32, UInt32, IntPtr)

Original signature is 'extern void glColorSubTable (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColorSubTable(
	uint target,
	int start,
	int count,
	uint format,
	uint type,
	IntPtr data
)
Public Shared Sub glColorSubTable ( _
	target As UInteger, _
	start As Integer, _
	count As Integer, _
	format As UInteger, _
	type As UInteger, _
	data As IntPtr _
)
public:
static void glColorSubTable(
	unsigned int target, 
	int start, 
	int count, 
	unsigned int format, 
	unsigned int type, 
	IntPtr data
)
Parameters
target (UInt32)

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

start (Int32)

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

count (Int32)

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

format (UInt32)

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

type (UInt32)

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

data (IntPtr)

[Missing <param name="data"/> documentation for "M:Monobjc.OpenGL.GL.glColorSubTable(System.UInt32,System.Int32,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)