The POD base type of class Color. More...
#include <Color.h>
Public Attributes | |
uint8_t | M_bits |
0000C000, where C=0 means black and C=1 means white. | |
The POD base type of class Color.
This class uses the same internal type as Code to store the color bit. It even uses the same bit (the fourth bit). All other bits are garanteed zero.
If the bit is set then the object represents the color white.