32enum class Color : std::uint8_t {
DrawFill
Definition types.hpp:151
@ Full
Draw filled shape (solid interior)
@ Empty
Draw outline only (border with no fill)
Orientation
Definition types.hpp:66
@ Portrait180
180° rotation (upside down portrait)
@ Landscape270
270° clockwise / 90° counter-clockwise (landscape mode)
@ Landscape90
90° clockwise rotation (landscape mode)
@ Portrait0
Default portrait orientation (0° rotation)
DotPixel
Definition types.hpp:92
@ Pixel7x7
7x7 pixel block
@ Pixel8x8
8x8 pixel block (thickest)
@ Pixel3x3
3x3 pixel block
@ Pixel4x4
4x4 pixel block
@ Pixel2x2
2x2 pixel block
@ Pixel1x1
Single pixel (finest resolution)
@ Pixel5x5
5x5 pixel block
@ Pixel6x6
6x6 pixel block
Color
Definition types.hpp:32
@ Gray1
First gray level - lighter (Grayscale4 mode only)
@ Gray2
Second gray level - darker (Grayscale4 mode only)
LineStyle
Definition types.hpp:120
@ Dotted
Dotted line pattern (alternating pixels)
@ Solid
Continuous solid line.