MonobjcMonobjc Documented Class Library
glColor4ui Method (red, green, blue, alpha)
NamespacesMonobjc.OpenGLGLglColor4ui(UInt32, UInt32, UInt32, UInt32)

Original signature is 'extern void glColor4ui (GLuint red, GLuint green, GLuint blue, GLuint alpha);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColor4ui(
	uint red,
	uint green,
	uint blue,
	uint alpha
)
Public Shared Sub glColor4ui ( _
	red As UInteger, _
	green As UInteger, _
	blue As UInteger, _
	alpha As UInteger _
)
public:
static void glColor4ui(
	unsigned int red, 
	unsigned int green, 
	unsigned int blue, 
	unsigned int alpha
)
Parameters
red (UInt32)

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

green (UInt32)

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

blue (UInt32)

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

alpha (UInt32)

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

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)