GL.ClearColor 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.
Overloads
ClearColor(Color) | |
ClearColor(Single, Single, Single, Single) | |
ClearColor(Color4) |
ClearColor(Color)
public static void ClearColor (System.Drawing.Color color);
static member ClearColor : System.Drawing.Color -> unit
Parameters
- color
- Color
Applies to
ClearColor(Single, Single, Single, Single)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glClearColor", Version="2.0")]
public static void ClearColor (float red, float green, float blue, float alpha);
static member ClearColor : single * single * single * single -> unit
Parameters
- red
- Single
- green
- Single
- blue
- Single
- alpha
- Single
- Attributes
Applies to
ClearColor(Color4)
public static void ClearColor (OpenTK.Graphics.Color4 color);
static member ClearColor : OpenTK.Graphics.Color4 -> unit
Parameters
- color
- Color4