MediaQualityContract.PictureQuality.ParameterElevenPointRed 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.
The parameters in this section is for 11-point white balance in advanced TV picture setting.
[Android.Runtime.Register("PARAMETER_ELEVEN_POINT_RED", ApiSince=37)]
public const string ParameterElevenPointRed;
[<Android.Runtime.Register("PARAMETER_ELEVEN_POINT_RED", ApiSince=37)>]
val mutable ParameterElevenPointRed : string
Field Value
- Attributes
Remarks
The parameters in this section is for 11-point white balance in advanced TV picture setting. 11-Point White Balance allows for very precise adjustment of the color temperature of the TV. It aims to make sure white looks truly white, without any unwanted color tints, across the entire range of brightness levels.
The "11 points" refer to 11 different brightness levels from 0 (black) to 10 (white). At each of these points, we can fine-tune the mixture of red, green and blue to achieve neutral white.
Control the amount of red at each of the 11 brightness points. The parameter type is an int array with a fix size of 11. The indexes 0 - 10 are the 11 different points. For example, elevenPointRed[0] adjusts the red level at the darkest black level. elevenPointRed[1] adjusts red at the next brightness level up, and so on.
The value range is from 0 - 100 for each indexes, where 0 is the minimum intensity of red at a specific brightness point and 100 is the maximum intensity of red at that point.
The default/unmodified value is 50. It can be other values depends on different TVs.
Type: INTEGER ARRAY
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.