Overrides OutputFormatterStyleInterface::setBackground
public function setBackground(?string $color) : void { $this->color = new Color($this->foreground, $this->background = $color ?: '', $this->options); }