MonobjcMonobjc Documented Class Library
glColorMaskIndexedEXT Method (index, r, g, b, a)
NamespacesMonobjc.OpenGLGLglColorMaskIndexedEXT(UInt32, Byte, Byte, Byte, Byte)

Original signature is 'extern void glColorMaskIndexedEXT(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColorMaskIndexedEXT(
	uint index,
	byte r,
	byte g,
	byte b,
	byte a
)
Public Shared Sub glColorMaskIndexedEXT ( _
	index As UInteger, _
	r As Byte, _
	g As Byte, _
	b As Byte, _
	a As Byte _
)
public:
static void glColorMaskIndexedEXT(
	unsigned int index, 
	unsigned char r, 
	unsigned char g, 
	unsigned char b, 
	unsigned char a
)
Parameters
index (UInt32)

[Missing <param name="index"/> documentation for "M:Monobjc.OpenGL.GL.glColorMaskIndexedEXT(System.UInt32,System.Byte,System.Byte,System.Byte,System.Byte)"]

r (Byte)

[Missing <param name="r"/> documentation for "M:Monobjc.OpenGL.GL.glColorMaskIndexedEXT(System.UInt32,System.Byte,System.Byte,System.Byte,System.Byte)"]

g (Byte)

[Missing <param name="g"/> documentation for "M:Monobjc.OpenGL.GL.glColorMaskIndexedEXT(System.UInt32,System.Byte,System.Byte,System.Byte,System.Byte)"]

b (Byte)

[Missing <param name="b"/> documentation for "M:Monobjc.OpenGL.GL.glColorMaskIndexedEXT(System.UInt32,System.Byte,System.Byte,System.Byte,System.Byte)"]

a (Byte)

[Missing <param name="a"/> documentation for "M:Monobjc.OpenGL.GL.glColorMaskIndexedEXT(System.UInt32,System.Byte,System.Byte,System.Byte,System.Byte)"]

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)