C# Class Pinta.Core.UnaryPixelOps.RedEyeRemove

Inheritance: UnaryPixelOp
Show file Open project: xxgreg/Pinta

Public Methods

Method Description
Apply ( ColorBgra color ) : ColorBgra
RedEyeRemove ( 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

RedEyeRemove() public method

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