EffectFactory.EffectRedeye Field

Definition

Removes red eyes on specified region.

[Android.Runtime.Register("EFFECT_REDEYE")]
public const string EffectRedeye;
[<Android.Runtime.Register("EFFECT_REDEYE")>]
val mutable EffectRedeye : string

Field Value

Attributes

Remarks

Removes red eyes on specified region.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>centers</td> <td>Multiple center points (x, y) of the red eye regions.</td> <td>An array of floats, where (f[2*i], f[2*i+1]) specifies the center of the i'th eye. Coordinate values are expected to be normalized between 0 and 1.</td> </tr> </table>

Java documentation for android.media.effect.EffectFactory.EFFECT_REDEYE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to