Gainmap.DisplayRatioForFullHdr Property

Definition

Gets the hdr/sdr ratio at which point applying the gainmap results in an HDR rendition -or- Sets the hdr/sdr ratio at which point applying the gainmap results in an HDR rendition.

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

Property Value

Attributes

Remarks

Property getter documentation:

Gets the hdr/sdr ratio at which point applying the gainmap results in an HDR rendition

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

Property setter documentation:

Sets the hdr/sdr ratio at which point applying the gainmap results in an HDR rendition.

Java documentation for android.graphics.Gainmap.setDisplayRatioForFullHdr(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