Language

MediaQualityContract.PictureQuality.ParameterElevenPointGreen Field

Definition

Control the amount of green at each of the 11 brightness points.

[Android.Runtime.Register("PARAMETER_ELEVEN_POINT_GREEN", ApiSince=37)]
public const string ParameterElevenPointGreen;
[<Android.Runtime.Register("PARAMETER_ELEVEN_POINT_GREEN", ApiSince=37)>]
val mutable ParameterElevenPointGreen : string

Field Value

Attributes

Remarks

Control the amount of green 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, elevenPointGreen[0] adjust the green level at the darkest black level. elevenPointGreen[1] adjust green 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 green at a specific brightness point and 100 is the maximum intensity of green at that point.

The default/unmodified value is 50. It can be other values depends on different TVs.

Type: INTEGER ARRAY

Android reference for android.media.quality.MediaQualityContract.PictureQuality.PARAMETER_ELEVEN_POINT_GREEN.

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