Fill
in package
implements
FilterInterface
A fill filter.
Table of Contents
Interfaces
- FilterInterface
- Interface for imagine filters.
Properties
Methods
- __construct() : mixed
- apply() : ImageInterface
- Applies scheduled transformation to an ImageInterface instance.
Properties
$fill
private
FillInterface
$fill
Methods
__construct()
public
__construct(FillInterface $fill) : mixed
Parameters
- $fill : FillInterface
apply()
Applies scheduled transformation to an ImageInterface instance.
public
apply(ImageInterface $image) : ImageInterface
Parameters
- $image : ImageInterface
Tags
Return values
ImageInterface —returns the processed ImageInterface instance