Share via


Gainmap.MinDisplayRatioForHdrTransition Property

Definition

Gets the hdr/sdr ratio below which only the SDR image is displayed. -or- Sets the hdr/sdr ratio below which only the SDR image is displayed.

public float MinDisplayRatioForHdrTransition { [Android.Runtime.Register("getMinDisplayRatioForHdrTransition", "()F", "", ApiSince=34)] get; [Android.Runtime.Register("setMinDisplayRatioForHdrTransition", "(F)V", "", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getMinDisplayRatioForHdrTransition", "()F", "", ApiSince=34)>]
[<set: Android.Runtime.Register("setMinDisplayRatioForHdrTransition", "(F)V", "", ApiSince=34)>]
member this.MinDisplayRatioForHdrTransition : single with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Gets the hdr/sdr ratio below which only the SDR image is displayed.

Java documentation for android.graphics.Gainmap.getMinDisplayRatioForHdrTransition().

Property setter documentation:

Sets the hdr/sdr ratio below which only the SDR image is displayed.

Java documentation for android.graphics.Gainmap.setMinDisplayRatioForHdrTransition(float).

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