Class DeltaImageProcessor<TPixelFg>
Inheritance
DeltaImageProcessor<TPixelFg>
Implements
SixLabors.ImageSharp.Processing.Processors.IImageProcessor
Assembly: Acoustics.Shared.dll
Syntax
public class DeltaImageProcessor<TPixelFg> : IImageProcessor where TPixelFg : struct, IPixel<TPixelFg>
Type Parameters
Name |
Description |
TPixelFg |
|
Constructors
|
Improve this Doc
View Source
DeltaImageProcessor(Image<TPixelFg>)
Declaration
public DeltaImageProcessor(Image<TPixelFg> image)
Parameters
Type |
Name |
Description |
SixLabors.ImageSharp.Image<TPixelFg> |
image |
The image to blend.
|
Properties
|
Improve this Doc
View Source
Image
Declaration
public Image<TPixelFg> Image { get; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Image<TPixelFg> |
|
Methods
|
Improve this Doc
View Source
CreatePixelSpecificProcessor<TPixelBg>(Configuration, Image<TPixelBg>, Rectangle)
Declaration
public IImageProcessor<TPixelBg> CreatePixelSpecificProcessor<TPixelBg>(Configuration configuration, Image<TPixelBg> source, Rectangle sourceRectangle)
where TPixelBg : struct, IPixel<TPixelBg>
Parameters
Type |
Name |
Description |
SixLabors.ImageSharp.Configuration |
configuration |
|
SixLabors.ImageSharp.Image<TPixelBg> |
source |
|
SixLabors.ImageSharp.Rectangle |
sourceRectangle |
|
Returns
Type |
Description |
SixLabors.ImageSharp.Processing.Processors.IImageProcessor<TPixelBg> |
|
Type Parameters
Name |
Description |
TPixelBg |
|
Implements
SixLabors.ImageSharp.Processing.Processors.IImageProcessor
Extension Methods