Click or drag to resize

glClearColor Method (Single, Single, Single, Single)

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ClearColor(
	float red,
	float green,
	float blue,
	float alpha
)

Parameters

red
Type: SystemSingle
red component.
green
Type: SystemSingle
green component.
blue
Type: SystemSingle
blue component.
alpha
Type: SystemSingle
alpha component.
Remarks
All values are clamped to the range 0..1.

OpenGL API: glClearColor

See Also