Vector4ub Color4
Definition Color4.hpp:3
Represents a singular viewable area.
Definition Display.hpp:16
Represents a singular renderable area. These can be used as textures, or blit to Displays to present ...
Definition Viewport.hpp:13
Functionality relating to drawing graphics to the screen.
Definition Display.hpp:9
void SetRenderTarget(Viewport &viewport)
Begins rendering to a specified Interface::Display.
void FinishRenderTarget()
Concludes rendering to the current Interface::Display.
Viewport * currentViewport
The current Interface::Display being rendered to.
Definition Graphics.hpp:35
void DeInitialize()
Deinitializes all Graphics related systems.
void ClearScreen(const Color4 &color)
Clears the active Display with a color.
bool initialized
Whether all Interface functionality has been initialized.
Definition Graphics.hpp:32
bool Initialize()
Initializes any Graphics related systems.