constixel
|
#include <constixel.hpp>
Public Attributes | |
int32_t | x = 0 |
int32_t | y = 0 |
int32_t | w = 0 |
int32_t | h = 0 |
uint8_t | col = color::WHITE |
int32_t | sw = 1 |
A struct which can be passed to: fill_rect(), stroke_rect(), .
uint8_t constixel::draw_rect::col = color::WHITE |
Color palette index to use.
int32_t constixel::draw_rect::h = 0 |
Height in pixels.
int32_t constixel::draw_rect::sw = 1 |
Width of the stroke in pixels.
int32_t constixel::draw_rect::w = 0 |
Width in pixels.
int32_t constixel::draw_rect::x = 0 |
X coordinate in pixels.
int32_t constixel::draw_rect::y = 0 |
Y coordinate in pixels.