Methods
getName() → {string}
Get the name of the filter.
- Source
Returns:
The name of the filter.
- Type:
- string
getOriginalImage() → {Image}
Get the original image.
- Source
Returns:
The original image.
- Type:
- Image
setOriginalImage(image)
Set the original image.
Parameters:
Name | Type | Description |
---|---|---|
image | Image | The original image. |
- Source
update() → {Image}
Transform the main image using this filter.
- Source
Returns:
The transformed image.
- Type:
- Image