EffectFactory.EffectSaturate 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.
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.