EffectFactory.EffectAutofix Field

Definition

Attempts to auto-fix the image based on histogram equalization.

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

Field Value

Attributes

Remarks

Attempts to auto-fix the image based on histogram equalization.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>scale</td> <td>The scale of the adjustment.</td> <td>Float, between 0 and 1. Zero means no adjustment, while 1 indicates the maximum amount of adjustment.</td> </tr> </table>

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

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