PhpOffice\PhpPresentation\Shape\Drawing\Gd::setRenderingFunction PHP Method

setRenderingFunction() public method

Set rendering function
public setRenderingFunction ( string $value = self::RENDERING_DEFAULT )
$value string
    public function setRenderingFunction($value = self::RENDERING_DEFAULT)
    {
        $this->renderingFunction = $value;
        return $this;
    }