 | 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)
Syntaxpublic static Color4 GetClearColor()
Public Shared Function GetClearColor As Color4
public:
static Color4 GetClearColor()
static member GetClearColor : unit -> Color4
Return Value
Type:
Color4The clear color
RemarksOpenGL API: glGetFloatv(GL_COLOR_CLEAR_VALUE)
See Also