Display.IsHdrSdrRatioAvailable Property

Definition

public virtual bool IsHdrSdrRatioAvailable { [Android.Runtime.Register("isHdrSdrRatioAvailable", "()Z", "GetIsHdrSdrRatioAvailableHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isHdrSdrRatioAvailable", "()Z", "GetIsHdrSdrRatioAvailableHandler", ApiSince=34)>]
member this.IsHdrSdrRatioAvailable : bool

Property Value

Whether the display supports reporting an hdr/sdr ratio. If this is false, #getHdrSdrRatio() will always be 1.0f

Attributes

Remarks

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

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