Tao.OpenGl SDK Documentation

Gl.glBlendColorEXT Method 

[Visual Basic]
Public Shared Sub glBlendColorEXT( _
   ByVal red As Single, _
   ByVal green As Single, _
   ByVal blue As Single, _
   ByVal alpha As Single _
)
[C#]
public static void glBlendColorEXT(
   float red,
   float green,
   float blue,
   float alpha
);

See Also

Gl Class | Tao.OpenGl Namespace