class Border implements FilterInterface
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 43
public
__construct(Color $color, integer $width = 1, integer $height = 1)
Constructs Border filter with given color, width and height
at line 53
public ImageInterface
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance