C# Class Pinta.ImageManipulation.UnaryPixelOperations.RedEyeRemoveOp

If the color is within the red tolerance, remove it
Inheritance: UnaryPixelOp
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( ColorBgra color ) : ColorBgra
RedEyeRemoveOp ( int tol, int sat ) : System

Private Methods

Méthode Description
GetSaturation ( ColorBgra color ) : int

Method Details

Apply() public méthode

public Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
Résultat ColorBgra

RedEyeRemoveOp() public méthode

public RedEyeRemoveOp ( int tol, int sat ) : System
tol int
sat int
Résultat System