![]() |
KiCad PCB EDA Suite
|
Go to the source code of this file.
Enumerations | |
enum | FILL_TYPE : int { FILL_TYPE::NO_FILL = 0, FILL_TYPE::FILLED_SHAPE = 1, FILL_TYPE::FILLED_WITH_BG_BODYCOLOR = 2, FILL_TYPE::FILLED_WITH_COLOR =3 } |
The set of fill types used in plotting or drawing enclosed areas. More... | |
|
strong |
The set of fill types used in plotting or drawing enclosed areas.
Enumerator | |
---|---|
NO_FILL | |
FILLED_SHAPE | |
FILLED_WITH_BG_BODYCOLOR | |
FILLED_WITH_COLOR |
Definition at line 28 of file fill_type.h.