MonobjcMonobjc Documented Class Library
glColor4us Method (red, green, blue, alpha)
NamespacesMonobjc.OpenGLGLglColor4us(UInt16, UInt16, UInt16, UInt16)

Original signature is 'extern void glColor4us (GLushort red, GLushort green, GLushort blue, GLushort alpha);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColor4us(
	ushort red,
	ushort green,
	ushort blue,
	ushort alpha
)
Public Shared Sub glColor4us ( _
	red As UShort, _
	green As UShort, _
	blue As UShort, _
	alpha As UShort _
)
public:
static void glColor4us(
	unsigned short red, 
	unsigned short green, 
	unsigned short blue, 
	unsigned short alpha
)
Parameters
red (UInt16)

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

green (UInt16)

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

blue (UInt16)

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

alpha (UInt16)

[Missing <param name="alpha"/> documentation for "M:Monobjc.OpenGL.GL.glColor4us(System.UInt16,System.UInt16,System.UInt16,System.UInt16)"]

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)