Type Alias Bitmap

Source
pub type Bitmap = BitmapIsOwned<true>;
Expand description

This class encapsulates the concept of a platform-dependent bitmap, either monochrome or colour or colour with alpha channel support.

Aliased Type§

pub struct Bitmap(/* private fields */);