GL.ClearColor(Single, Single, Single, Single) Method

Definition

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glClearColor", Version="1.1")]
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