MonobjcMonobjc Documented Class Library
glColor3s Method (red, green, blue)
NamespacesMonobjc.OpenGLGLglColor3s(Int16, Int16, Int16)

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

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

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

green (Int16)

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

blue (Int16)

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