Accusoft.ImagXpress13.Net
RemoveRedeye Method




A RedeyePrecision value to modify the image.
A RedeyeShade to use to modify the shade of the eye.
A RedeyeGlare to modify the glare of the eye.
Removes what appears as red eye's in an image using the given parameters.
Syntax
'Declaration
 
Public Sub RemoveRedeye( _
   ByVal precision As RedeyePrecision, _
   ByVal eyeShade As RedeyeShade, _
   ByVal eyeGlare As RedeyeGlare _
) 
'Usage
 
Dim instance As Processor
Dim precision As RedeyePrecision
Dim eyeShade As RedeyeShade
Dim eyeGlare As RedeyeGlare
 
instance.RemoveRedeye(precision, eyeShade, eyeGlare)
public void RemoveRedeye( 
   RedeyePrecision precision,
   RedeyeShade eyeShade,
   RedeyeGlare eyeGlare
)
public: void RemoveRedeye( 
   RedeyePrecision precision,
   RedeyeShade eyeShade,
   RedeyeGlare eyeGlare
) 
public:
void RemoveRedeye( 
   RedeyePrecision precision,
   RedeyeShade eyeShade,
   RedeyeGlare eyeGlare
) 

Parameters

precision
A RedeyePrecision value to modify the image.
eyeShade
A RedeyeShade to use to modify the shade of the eye.
eyeGlare
A RedeyeGlare to modify the glare of the eye.
Remarks

Before calling this method you must set an area using the SetArea method.

Note: Available in Professional edition.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback