MonobjcMonobjc Documented Class Library
glColor4ubv Method (v)
NamespacesMonobjc.OpenGLGLglColor4ubv(array<Byte>[]()[][])

Original signature is 'extern void glColor4ubv (const GLubyte *v);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColor4ubv(
	byte[] v
)
Public Shared Sub glColor4ubv ( _
	v As Byte() _
)
public:
static void glColor4ubv(
	array<unsigned char>^ v
)
Parameters
v (array<Byte>[]()[][])

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