[][src]Module imagine::bitmaps

Various types of bitmap.

A bitmap is a grid of pixels of some pixel format.

Structs

BitmapRGBA8

A grid of RGBA8 values, with a width and height.