public void ColorMask(bool red, bool green, bool blue, bool alpha) { GL.ColorMask(red, green, blue, alpha); }