nCine::GLClearColor class

Handles OpenGL clear color.

Public types

struct State
Holds the clear color state.

Public static functions

static auto GetColor() -> Colorf
static void SetColor(const Colorf& color)
static void SetColor(float red, float green, float blue, float alpha)
static auto GetState() -> State
static void SetState(State newState)

Constructors, destructors, conversion operators

GLClearColor() deleted
~GLClearColor() deleted