EffectFactory.EffectTemperature Field

Definition

Adjusts color temperature of the image.

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

Field Value

Attributes

Remarks

Adjusts color temperature of the image.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>scale</td> <td>The value of color temperature.</td> <td>Float, between 0 and 1, with 0 indicating cool, and 1 indicating warm. A value of of 0.5 indicates no change.</td> </tr> </table>

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

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