PixmapBlueprint

Advanced functionality.

Meta data for the construction of a Pixmap.

Members

Functions

height
int height()

Height of a Pixmap.

isValid
bool isValid()

Determines whether the blueprint is plausible.

size
Size size()

Static functions

fromPixmap
PixmapBlueprint fromPixmap(Pixmap pixmap)
fromSize
PixmapBlueprint fromSize(Size size)

Variables

length
size_t length;

Total number of pixels stored in a Pixmap.

width
int width;

Width of a Pixmap.

Meta