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.
|
Method | Description | |
---|---|---|
RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void |
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 |
protected RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void | ||
src | ISurface | |
dest | ISurface | |
roi | Rectangle | |
return | void |