EffectFactory.EffectTint Field

Definition

Tints the photo with specified color.

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

Field Value

Attributes

Remarks

Tints the photo with specified color.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>tint</td> <td>The color of the tint.</td> <td>Integer, representing an ARGB color with 8 bits per channel. May be created using android.graphics.Color Color class.</td> </tr> </table>

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

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