C# Class Pinta.ImageManipulation.UnaryPixelOperations.RedEyeRemoveOp

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

Public Methods

Method Description
Apply ( ColorBgra color ) : ColorBgra
RedEyeRemoveOp ( int tol, int sat ) : System

Private Methods

Method Description
GetSaturation ( ColorBgra color ) : int

Method Details

Apply() public method

public Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
return ColorBgra

RedEyeRemoveOp() public method

public RedEyeRemoveOp ( int tol, int sat ) : System
tol int
sat int
return System