Imagine API
Class

Imagine\Filter\Basic\Fill

class Fill implements FilterInterface

A fill filter

Methods

__construct(FillInterface $fill)

ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance

Details

at line 31
public __construct(FillInterface $fill)

Parameters

FillInterface $fill

at line 39
public ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance

Parameters

ImageInterface $image

Return Value

ImageInterface