Instafilter\Filter::curves_graph PHP Method

curves_graph() public method

Perform an imagemagick-style function on each pixel
public curves_graph ( string $fx ) : Filter
$fx string the function
return Filter
    public function curves_graph($fx)
    {
        $this->imagick()->fxImage($fx);
        return $this;
    }