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