Display.PreferredWideGamutColorSpace Property

Definition

Returns the preferred wide color space of the Display.

public virtual Android.Graphics.ColorSpace? PreferredWideGamutColorSpace { [Android.Runtime.Register("getPreferredWideGamutColorSpace", "()Landroid/graphics/ColorSpace;", "GetGetPreferredWideGamutColorSpaceHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getPreferredWideGamutColorSpace", "()Landroid/graphics/ColorSpace;", "GetGetPreferredWideGamutColorSpaceHandler", ApiSince=29)>]
member this.PreferredWideGamutColorSpace : Android.Graphics.ColorSpace

Property Value

Attributes

Remarks

Returns the preferred wide color space of the Display. The returned wide gamut color space is based on hardware capability and is preferred by the composition pipeline. Returns null if the display doesn't support wide color gamut. Display#isWideColorGamut().

Java documentation for android.view.Display.getPreferredWideGamutColorSpace().

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