EffectFactory.EffectSaturate Field

Definition

Adjusts color saturation of image.

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

Field Value

Attributes

Remarks

Adjusts color saturation of image.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>scale</td> <td>The scale of color saturation.</td> <td>Float, between -1 and 1. 0 means no change, while -1 indicates full desaturation, i.e. grayscale.</td> </tr> </table>

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

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