EffectFactory.EffectVignette Field

Definition

Adds a vignette effect to image, i.

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

Field Value

Attributes

Remarks

Adds a vignette effect to image, i.e. fades away the outer image edges.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>scale</td> <td>The scale of vignetting.</td> <td>Float, between 0 and 1. 0 means no change.</td> </tr> </table>

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

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