MonobjcMonobjc Documented Class Library
glColor3b Method (red, green, blue)
NamespacesMonobjc.OpenGLGLglColor3b(SByte, SByte, SByte)

Original signature is 'extern void glColor3b (GLbyte red, GLbyte green, GLbyte blue);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColor3b(
	sbyte red,
	sbyte green,
	sbyte blue
)
Public Shared Sub glColor3b ( _
	red As SByte, _
	green As SByte, _
	blue As SByte _
)
public:
static void glColor3b(
	signed char red, 
	signed char green, 
	signed char blue
)
Parameters
red (SByte)

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

green (SByte)

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

blue (SByte)

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

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)