Enumeration of polarity options.
More...
|
int | DarkOnLight = 1 |
| The code is dark on light background.
|
|
int | Either = 0 |
| The code can be either dark on light or light on dark.
|
|
int | LightOnDark = -1 |
| The code is light on dark background.
|
|
Enumeration of polarity options.