ISmartFilterRenderer

public interface ISmartFilterRenderer

The interface for a specific smart filter renderer.

Methods

MethodDescription
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:

ParameterTypeDescription
pixelsDataPixelsDataThe pixels data.

Returns: PixelsData - Returns processed pixels data.