MonobjcMonobjc Documented Class Library
glCopyColorSubTable Method (target, start, x, y, width)
NamespacesMonobjc.OpenGLGLglCopyColorSubTable(UInt32, Int32, Int32, Int32, Int32)

Original signature is 'extern void glCopyColorSubTable (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glCopyColorSubTable(
	uint target,
	int start,
	int x,
	int y,
	int width
)
Public Shared Sub glCopyColorSubTable ( _
	target As UInteger, _
	start As Integer, _
	x As Integer, _
	y As Integer, _
	width As Integer _
)
public:
static void glCopyColorSubTable(
	unsigned int target, 
	int start, 
	int x, 
	int y, 
	int width
)
Parameters
target (UInt32)

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

start (Int32)

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

x (Int32)

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

y (Int32)

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

width (Int32)

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

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)