Click or drag to resize

glClearColor Method (Color4)

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ClearColor(
	Color4 color
)

Parameters

color
Type: Color4
the clear color.
Remarks
The R, G, B and A values in AColor are clamped to the range 0..1.

OpenGL API: glClearColor

See Also