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