Molybden API
|
A binary image in the BGRA format. More...
#include <bitmap.hpp>
Public Attributes | |
Size | size |
The size of this bitmap instance. | |
std::vector< uint8_t > | pixels |
A byte array that contains the image pixels. | |
A binary image in the BGRA format.
std::vector<uint8_t> molybden::Bitmap::pixels |
A byte array that contains the image pixels.
Each pixel allocates 4 bytes in the BGRA format with pre-multiplied alpha.
Size molybden::Bitmap::size |
The size of this bitmap instance.
The size can be empty.