Negation
in package
implements
FilterInterface
This filter negates every color of every pixel of an image.
Table of Contents
Interfaces
- FilterInterface
- Interface for imagine filters.
Methods
- apply() : ImageInterface
- Applies scheduled transformation to an ImageInterface instance.
Methods
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