C# Class Pinta.ImageManipulation.Effects.RedEyeRemoveEffect

Inheritance: BaseEffect
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Méthodes publiques

Méthode Description
RedEyeRemoveEffect ( int tolerance = 70, int saturation = 90 ) : System

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

Méthodes protégées

Méthode Description
RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void

Method Details

RedEyeRemoveEffect() public méthode

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.
Résultat System

RenderLine() protected méthode

protected RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void
src ISurface
dest ISurface
roi Rectangle
Résultat void