EffectFactory.EffectGrain Field

Definition

Applies film grain effect to image.

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

Field Value

Attributes

Remarks

Applies film grain effect to image.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>strength</td> <td>The strength of the grain effect.</td> <td>Float, between 0 and 1. Zero means no change.</td> </tr> </table>

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

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