Tao.OpenGl SDK Documentation
Gl.glColor4hNV Method
[Visual Basic]
Public Shared Sub glColor4hNV( _
ByVal
red
As
Short
, _
ByVal
green
As
Short
, _
ByVal
blue
As
Short
, _
ByVal
alpha
As
Short
_
)
[C#]
public static
void
glColor4hNV(
short
red
,
short
green
,
short
blue
,
short
alpha
);
See Also
Gl Class
|
Tao.OpenGl Namespace