background = $background; } public function getBackground() { return $this->background; } public function setForeground($foreground) { $this->foreground = $foreground; } public function getForeground() { return $this->foreground; } }