Click or drag to resize

glGetClearColor Method

Returns the current color used to clear the color buffers.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Color4 GetClearColor()

Return Value

Type: Color4
The clear color
Remarks
OpenGL API: glGetFloatv(GL_COLOR_CLEAR_VALUE)
See Also