class Border implements FilterInterface
A border filter
Methods
__construct(Color $color, integer $width = 1, integer $height = 1)
Constructs Border filter with given color, width and height |
||
ImageInterface |
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance |
Details
at line 46
public
__construct(Color $color, integer $width = 1, integer $height = 1)
Constructs Border filter with given color, width and height
at line 56
public ImageInterface
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance