MediaQualityContract.PictureQuality.ParameterOsdSaturation 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 adjusting the Saturation (color intensity) of the On-Screen Display (OSD).
[Android.Runtime.Register("PARAMETER_OSD_SATURATION", ApiSince=37)]
public const string ParameterOsdSaturation;
[<Android.Runtime.Register("PARAMETER_OSD_SATURATION", ApiSince=37)>]
val mutable ParameterOsdSaturation : string
Field Value
- Attributes
Remarks
Key for adjusting the Saturation (color intensity) of the On-Screen Display (OSD).
Controls the vividness of the colors in the UI layer. Lower values: Reduce color intensity, moving towards grayscale. This is often used to prevent screen burn-in on OLED panels for static UI elements or to make the menu less distracting during movie playback; Higher values: Increase color intensity, making the UI appear more vivid and punchy. The value range is 0 - 255. The default value depends on different TVs.
Type: INTEGER
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.