ZCodePolarity
Description
Specifies whether the code is darker or brighter than the background.
Values of this enumeration:
- Normal - Code is darker than the background.
- Inverse - Code is brighter than the background.
- Any - Code can be either darker or brighter than the background.
namespace ZCodePolarity { enum Type { Normal, Inverse, Any }; }
