Configuration.ColorMode Property
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.
Bit mask of the color capabilities of the screen.
[Android.Runtime.GeneratedEnum]
[Android.Runtime.Register("colorMode", ApiSince=26)]
public Android.Content.Res.ColorMode ColorMode { get; set; }
[<Android.Runtime.GeneratedEnum>]
[<Android.Runtime.Register("colorMode", ApiSince=26)>]
member this.ColorMode : Android.Content.Res.ColorMode with get, set
Property Value
A bit mask describing the screen's wide-color-gamut and high-dynamic-range capabilities.
- Attributes
Remarks
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.