pixelperfectengine.graphics.raster

Undocumented in source.

Public Imports

pixelperfectengine.graphics.common
public import pixelperfectengine.graphics.common;
Undocumented in source.

Members

Classes

Raster
class Raster

Handles multiple layers onto one framebuffer.

Interfaces

IRaster
interface IRaster

Used to read the output from the raster and show it on the screen.

PaletteContainer
interface PaletteContainer

Defines palette handling functions. It provides various functions for safe palette handling.

RefreshListener
interface RefreshListener

The raster calls it every time it finishes the drawing to the framebuffers. Used to signal the output screen to switch out the framebuffers.

Meta