|
enum | DotSize : uint8_t {
DOT_1 = 1
, DOT_2
, DOT_3
, DOT_4
,
DOT_5
, DOT_6
, DOT_7
, DOT_8
} |
| Size of drawing point. More...
|
|
enum | DotStyle : uint8_t { FILL_AROUND = 1
, FILL_RIGHTUP
} |
| Style of drawing point. More...
|
|
enum | LineStyle : uint8_t { SOLID = 1
, DOTTED
} |
| Style of drawing line. More...
|
|
enum | GeometryFill : uint8_t { VOID
, FULL
} |
| Enable/disable filling for drew figures. More...
|
|
enum | BmpReadMode : unsigned char { MONOCHROME
, GRAY_4
, GRAY_16
} |
| Color scale for reading BMPs. More...
|
|
Groups enumerations and the class Picture.