Gainmap.DisplayRatioForFullHdr 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.
Gets the hdr/sdr ratio at which point the gainmap is fully applied. -or- Sets the hdr/sdr ratio at which point the gainmap is fully applied.
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 the gainmap is fully applied.
Java documentation for android.graphics.Gainmap.getDisplayRatioForFullHdr()
.
Property setter documentation:
Sets the hdr/sdr ratio at which point the gainmap is fully applied.
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.