MediaQualityContract.PictureQuality.ParameterColorTunerRedGain 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.
Advance setting for red gain.
[Android.Runtime.Register("PARAMETER_COLOR_TUNER_RED_GAIN", ApiSince=36)]
public const string ParameterColorTunerRedGain;
[<Android.Runtime.Register("PARAMETER_COLOR_TUNER_RED_GAIN", ApiSince=36)>]
val mutable ParameterColorTunerRedGain : string
Field Value
- Attributes
Remarks
Advance setting for red gain. Adjust the gain or amplification of the red color channels. They control the overall intensity and white balance of red.
The range is from 0 to 100 (inclusive), where 0 makes the red dimmer and 100 makes the red brighter. The default/unmodified value is 50.
Type: INTEGER
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.