ColorBuffer

A manager of the color buffer.

Constructors

this
this()

Members

Static functions

clear
void clear()

Clears the color buffer.

disableBlend
void disableBlend()

Disables alpha blending.

enableBlend
void enableBlend()

Enables alpha blending.

mask
void mask(bool r, bool g, bool b, bool a)

Sets mask of the color buffer.

Meta