Language

MediaQualityContract.PictureQuality.ParameterOsdContrast Field

Definition

Key for adjusting the Contrast of the On-Screen Display (OSD).

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

Field Value

Attributes

Remarks

Key for adjusting the Contrast of the On-Screen Display (OSD).

Controls the difference in luminance between the brightest and darkest parts of the UI layer.

Unlike the "Brightness" setting which lifts the overall backlight, OSD Contrast specifically affects the digital signal values of the graphics plane. Increasing this value can make text and icons stand out more sharply against their background, improving legibility, while decreasing it can soften the UI to reduce eye strain in dark viewing environments.

The value range is 0 - 100. The default value is 50.

Type: INTEGER

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

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