Set this Filelink's transform_url to include the vignette task
Signature
public function vignette([integer
$amount = 20,
[string
$background = 'white',
[string
$blurmode = 'gaussian']]] )
Parameters
$amount
—
integer
The opacity of the vignette effect (0-100)
$background
—
string
Sets the background color to display behind the image. This can be the word for a color, or the hex color code, e.g. ('red' or 'FF0000')
$blurmode
—
string
linear or gaussian Controls the type of blur applied to the vignette - linear or gaussian. The vignette effect uses gaussian blur by default because it produces a more defined vignette around the image. Specifying linear is faster, but produces a less-defined blur effect, even at higher amounts.