SetBackgroundColor256 constructor
- int color
Creates a set background color command.
The color
must be between 0
and 255
, inclusive.
Implementation
const SetBackgroundColor256(int color) : color = 0xFF & color;
Creates a set background color command.
The color
must be between 0
and 255
, inclusive.
const SetBackgroundColor256(int color) : color = 0xFF & color;