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