MonobjcMonobjc Documented Class Library
glColor4uiv Method (v)
NamespacesMonobjc.OpenGLGLglColor4uiv(array<UInt32>[]()[][])

Original signature is 'extern void glColor4uiv (const GLuint *v);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColor4uiv(
	uint[] v
)
Public Shared Sub glColor4uiv ( _
	v As UInteger() _
)
public:
static void glColor4uiv(
	array<unsigned int>^ v
)
Parameters
v (array<UInt32>[]()[][])

[Missing <param name="v"/> documentation for "M:Monobjc.OpenGL.GL.glColor4uiv(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)