Reduces the red reflection of the flash displayed in the eyes of people in a photo image.
Visual Basic |
---|
Public Sub RemoveRedeye( _ ByVal IPRedeyePrecision As enumRedeyePrecision, _ ByVal IPRedeyeShade As enumEyeShade, _ ByVal IPRedeyeGlare As enumEyeGlare _ ) |
- IPRedeyePrecision
An enumRededeyePrecision enumeration used in determining the precision level of the RemoveRedeye method.Value Description RedeyeImprecise1 Search the region for the specified red pixels. RedeyeImprecise2 Search the region for the specified red pixels. Use this value if the subject's face has a rosy complexion. RedeyePrecise Use the precise region to reduce the red color. - IPRedeyeShade
An enumEyeShade enumeration used in determining the type of eye shade to process.Value Description EyeShadeDark Dark eye shading. EyeShadeLight Light eye shading. EyeShadeNormal Normal shade. - IPRedeyeGlare
An enumEyeGlare enumeration that specifies the glare level.Value Description EyeGlareFull Strong image glare. EyeGlareNone No glare. EyeGlareSlight Slight image glare.
Prior to calling RemoveRedeye, an Area must be set, using the Area method.
Note: Available in Professional Edition.