public class MediaEffectTint extends MediaEffect
mEffect, mEffectContext, mEnabled| Constructor and Description |
|---|
MediaEffectTint(android.media.effect.EffectContext effect_context,
int tint)
コンストラクタ
GLコンテキスト内で生成すること
|
| Modifier and Type | Method and Description |
|---|---|
MediaEffectTint |
setParameter(int tint) |
apply, apply, enabled, release, resize, setEnable, setParameterpublic MediaEffectTint(android.media.effect.EffectContext effect_context,
int tint)
effect_context - tint - The color of the tint. representing an ARGB color with 8 bits per channel. May be created using Color class.public MediaEffectTint setParameter(int tint)
tint - The color of the tint. representing an ARGB color with 8 bits per channel. May be created using Color class.