Tao.OpenGl SDK Documentation

Gl.glColorMaskIndexedEXT Method 

[Visual Basic]
Public Shared Sub glColorMaskIndexedEXT( _
   ByVal index As Integer, _
   ByVal r As Integer, _
   ByVal g As Integer, _
   ByVal b As Integer, _
   ByVal a As Integer _
)
[C#]
public static void glColorMaskIndexedEXT(
   int index,
   int r,
   int g,
   int b,
   int a
);

See Also

Gl Class | Tao.OpenGl Namespace