ISmartFilterRenderer
public interface ISmartFilterRenderer
The interface for a specific smart filter renderer.
Methods
| Method | Description |
|---|---|
| render(PixelsData pixelsData) | Renders the current smart filter on the pixels data. |
render(PixelsData pixelsData)
public abstract PixelsData render(PixelsData pixelsData)
Renders the current smart filter on the pixels data.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pixelsData | PixelsData | The pixels data. |
Returns: PixelsData - Returns processed pixels data.