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