Screen\Capture::setBackgroundColor PHP 메소드

setBackgroundColor() 공개 메소드

Sets the page body background color
public setBackgroundColor ( string $backgroundColor ) : Capture
$backgroundColor string Background Color
리턴 Capture
    public function setBackgroundColor($backgroundColor)
    {
        $this->backgroundColor = $backgroundColor;
        return $this;
    }