MonobjcMonobjc Documented Class Library
glColor4b Method (red, green, blue, alpha)
NamespacesMonobjc.OpenGLGLglColor4b(SByte, SByte, SByte, SByte)

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

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

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

green (SByte)

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

blue (SByte)

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

alpha (SByte)

[Missing <param name="alpha"/> documentation for "M:Monobjc.OpenGL.GL.glColor4b(System.SByte,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)