EffectFactory.EffectContrast Field

Definition

Adjusts the contrast of the image.

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

Field Value

Attributes

Remarks

Adjusts the contrast of the image.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>contrast</td> <td>The contrast multiplier.</td> <td>Float. 1.0 means no change; larger values will increase contrast.</td> </tr> </table>

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

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