Module quicksilver::graphics [] [src]

A module to draw 2D graphics in a window

It also includes image loading

Structs

Camera

A Camera that projects drawn items onto the screen

Canvas

The way to draw items to the screen, produced by WindowBuilder

Color

An RGBA color represented by normalized floats

Image

An image that can be drawn to the screen

Window

The window currently in use

WindowBuilder

A builder that constructs a Window and its Canvas

Enums

ImageError

An error generated while loading an image

PixelFormat

Pixel formats for use with loading raw images

ResizeStrategy

The way to adjust the content when the size of the window changes