public function Textimage::effects in Textimage 7.3
Set the image effects.
Parameters
array $effects: An array of image effects. Since Textimage manipulates effects before rendering the image, the style effects are copied here to allow that.
Return value
self this object
File
- classes/
Textimage.inc, line 200 - Textimage - Textimage class.
Class
- Textimage
- @file Textimage - Textimage class.
Code
public function effects(array $effects) {
return $this
->set('effects', $effects);
}