constixel
|
#include <constixel.hpp>
Public Attributes | |
int32_t | cx = 0 |
int32_t | cy = 0 |
int32_t | r = 0 |
uint8_t | col = color::WHITE |
int32_t | sw = 1 |
A struct which can be passed to: fill_circle(), stroke_circle(), fill_circle_aa(), stroke_circle_aa().
uint8_t constixel::draw_circle::col = color::WHITE |
Color palette index to use.
int32_t constixel::draw_circle::cx = 0 |
Center X coordinate in pixels.
int32_t constixel::draw_circle::cy = 0 |
Center Y coordinate in pixels.
int32_t constixel::draw_circle::r = 0 |
Radius of the circle in pixels.
int32_t constixel::draw_circle::sw = 1 |
Width of the stroke in pixels.