SetBackgroundColor256 constructor

const SetBackgroundColor256(
  1. 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;