nCine::GLClearColor class

Handles OpenGL clear color.

Public types

struct State

Public static functions

static auto color() -> Colorf
static void setColor(const Colorf& color)
static void setColor(float red, float green, float blue, float alpha)
static auto state() -> State
static void setState(State newState)

Constructors, destructors, conversion operators

GLClearColor() deleted
~GLClearColor() deleted