5#ifndef MOLYBDEN_BITMAP_HPP
6#define MOLYBDEN_BITMAP_HPP
10#include "molybden/ui/geometry.hpp"
A binary image in the BGRA format.
Definition bitmap.hpp:17
std::vector< uint8_t > pixels
A byte array that contains the image pixels.
Definition bitmap.hpp:27
Size size
The size of this bitmap instance.
Definition bitmap.hpp:21
A pair of numbers that in general are used to define dimensions in the two-dimensional space.
Definition geometry.hpp:35