MediaQualityContract.PictureQuality.ParameterHue 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 hue.
[Android.Runtime.Register("PARAMETER_HUE", ApiSince=36)]
public const string ParameterHue;
[<Android.Runtime.Register("PARAMETER_HUE", ApiSince=36)>]
val mutable ParameterHue : string
Field Value
- Attributes
Remarks
The hue.
Hue affects the balance between red, green and blue primary colors on the screen. Hue values are from -50 to 50, where -50 represents cooler and 50 represents warmer. The default/unmodified value for hue is 0.
Type: INTEGER
Java documentation for android.media.quality.MediaQualityContract.PictureQuality.PARAMETER_HUE
.
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.