Interface IPixelTransform
Provides a mechanism for defining a filter that transforms image pixels.
Inherited Members
Namespace: PhotoSauce.MagicScaler.Transforms
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public interface IPixelTransform : IPixelSource
Methods
Init(IPixelSource)
Called once, before any pixels are passed through the filter. The source
defines the input to the filter.
Declaration
void Init(IPixelSource source)
Parameters
Type | Name | Description |
---|---|---|
IPixelSource | source | The IPixelSource that provides input to the filter. |