private _checkBackgroundColorOption(): void {
        const optionName = "background_color";

        this._throwIfOptionMissing(optionName);
        this._throwIfOptionNotString(optionName);