class Fill implements FilterInterface

A fill filter.

Methods

__construct(FillInterface $fill)

No description

apply(ImageInterface $image)

Applies scheduled transformation to an ImageInterface instance.

Details

at line 31
__construct(FillInterface $fill)

Parameters

FillInterface $fill

at line 41
ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to an ImageInterface instance.

Parameters

ImageInterface $image

Return Value

ImageInterface returns the processed ImageInterface instance

See also

FilterInterface::apply