MonobjcMonobjc Documented Class Library
glColor3ub Method (red, green, blue)
NamespacesMonobjc.OpenGLGLglColor3ub(Byte, Byte, Byte)

Original signature is 'extern void glColor3ub (GLubyte red, GLubyte green, GLubyte blue);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColor3ub(
	byte red,
	byte green,
	byte blue
)
Public Shared Sub glColor3ub ( _
	red As Byte, _
	green As Byte, _
	blue As Byte _
)
public:
static void glColor3ub(
	unsigned char red, 
	unsigned char green, 
	unsigned char blue
)
Parameters
red (Byte)

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

green (Byte)

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

blue (Byte)

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