public class MediaEffectTemperature extends MediaEffect
mEffect, mEffectContext, mEnabled| Constructor and Description |
|---|
MediaEffectTemperature(android.media.effect.EffectContext effect_context,
float scale)
コンストラクタ
GLコンテキスト内で生成すること
|
| Modifier and Type | Method and Description |
|---|---|
MediaEffectTemperature |
setParameter(float scale) |
apply, apply, enabled, release, resize, setEnable, setParameterpublic MediaEffectTemperature(android.media.effect.EffectContext effect_context,
float scale)
effect_context - scale - The value of color temperature. between 0 and 1, with 0 indicating cool, and 1 indicating warm. A value of of 0.5 indicates no change.public MediaEffectTemperature setParameter(float scale)
scale - The value of color temperature. between 0 and 1, with 0 indicating cool, and 1 indicating warm. A value of of 0.5 indicates no change.