GLES20.GlClearColor(Single, Single, Single, Single) Method

Definition

[Android.Runtime.Register("glClearColor", "(FFFF)V", "")]
public static void GlClearColor (float red, float green, float blue, float alpha);
[<Android.Runtime.Register("glClearColor", "(FFFF)V", "")>]
static member GlClearColor : single * single * single * single -> unit

Parameters

red
Single
green
Single
blue
Single
alpha
Single
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to