C# Class Pinta.ImageManipulation.Effects.RedEyeRemoveEffect

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

Public Methods

Method Description
RedEyeRemoveEffect ( int tolerance = 70, int saturation = 90 ) : System

Creates a new effect that will remove red within a certain tolerance from an image.

Protected Methods

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

Method Details

RedEyeRemoveEffect() public method

Creates a new effect that will remove red within a certain tolerance from an image.
public RedEyeRemoveEffect ( int tolerance = 70, int saturation = 90 ) : System
tolerance int Tolerance of red to remove. Valid range is 0 - 100.
saturation int Saturation of effect. Valid range is 0 - 100.
return System

RenderLine() protected method

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