[][src]Module pixel_canvas::image

The Image is what you manipulate to produce your art.

Every frame you are given a mutable reference to the existing frame, and are able to modify it to produce your image.

Structs

Image

An image for editing.

RC

A row/column pair for indexing into an image. Distinct from an x/y pair.

XY

An x/y pair for indexing into an image. Distinct from a row/column pair.