C# Class Pinta.ImageManipulation.Effects.AutoLevelEffect

Inheritance: BaseEffect
Mostra file Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Public Methods

Method Description
AutoLevelEffect ( ) : System

Creates a new effect that will apply an automatic leveling to an image.

Protected Methods

Method Description
OnBeginRender ( ISurface src, ISurface dst, Rectangle roi ) : void
RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void

Method Details

AutoLevelEffect() public method

Creates a new effect that will apply an automatic leveling to an image.
public AutoLevelEffect ( ) : System
return System

OnBeginRender() protected method

protected OnBeginRender ( ISurface src, ISurface dst, Rectangle roi ) : void
src ISurface
dst ISurface
roi Rectangle
return void

RenderLine() protected method

protected RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void
src ISurface
dest ISurface
roi Rectangle
return void