MonobjcMonobjc Documented Class Library
glColor4s Method (red, green, blue, alpha)
NamespacesMonobjc.OpenGLGLglColor4s(Int16, Int16, Int16, Int16)

Original signature is 'extern void glColor4s (GLshort red, GLshort green, GLshort blue, GLshort alpha);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColor4s(
	short red,
	short green,
	short blue,
	short alpha
)
Public Shared Sub glColor4s ( _
	red As Short, _
	green As Short, _
	blue As Short, _
	alpha As Short _
)
public:
static void glColor4s(
	short red, 
	short green, 
	short blue, 
	short alpha
)
Parameters
red (Int16)

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

green (Int16)

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

blue (Int16)

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

alpha (Int16)

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

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)