MediaQualityContract.PictureQuality.ParameterElevenPointBlue 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.
Control the amount of blue at each of the 11 brightness points.
[Android.Runtime.Register("PARAMETER_ELEVEN_POINT_BLUE", ApiSince=37)]
public const string ParameterElevenPointBlue;
[<Android.Runtime.Register("PARAMETER_ELEVEN_POINT_BLUE", ApiSince=37)>]
val mutable ParameterElevenPointBlue : string
Field Value
- Attributes
Remarks
Control the amount of blue 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, elevenPointBlue[0] adjust the blue level at the darkest black level. elevenPointBlue[1] adjust blue 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 blue at a specific brightness point and 100 is the maximum intensity of blue 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.