|
constixel
|
#include <constixel.hpp>
Public Attributes | |
| int32_t | x = 0 |
| int32_t | y = 0 |
| uint8_t | col = color::WHITE |
A struct which can be passed to: plot().
| uint8_t constixel::plot::col = color::WHITE |
Color palette index to use.
| int32_t constixel::plot::x = 0 |
X coordinate in pixels.
| int32_t constixel::plot::y = 0 |
Y coordinate in pixels.