GL.ColorMask(Boolean, Boolean, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glColorMask", Version="3.0")]
public static void ColorMask (bool red, bool green, bool blue, bool alpha);
static member ColorMask : bool * bool * bool * bool -> unit
Parameters
- red
- Boolean
- green
- Boolean
- blue
- Boolean
- alpha
- Boolean
- Attributes