MediaQualityContract.PictureQuality.ParameterColorTunerSwitch 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.
Key for the master switch to enable or disable the Color Tuner feature.
[Android.Runtime.Register("PARAMETER_COLOR_TUNER_SWITCH", ApiSince=37)]
public const string ParameterColorTunerSwitch;
[<Android.Runtime.Register("PARAMETER_COLOR_TUNER_SWITCH", ApiSince=37)>]
val mutable ParameterColorTunerSwitch : string
Field Value
- Attributes
Remarks
Key for the master switch to enable or disable the Color Tuner feature.
The Color Tuner allows for advanced calibration of the display's color reproduction, including 6-axis adjustment of Hue, Saturation, and Luminance, as well as detailed White Balance (Color Temperature) controls. true: Enables the Color Tuner. Custom values for hue, saturation, luminance, and gain/offset are applied; false: Disables the Color Tuner. The display reverts to its factory default color calibration.
Type: BOOLEAN
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.