EffectFactory.EffectGrain Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.