WindowManagerLayoutParams.HdrConversionEnabled 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.
Returns whether the HDR conversion is enabled for the window -or- Enables/disables the HDR conversion for the window.
public virtual bool HdrConversionEnabled { [Android.Runtime.Register("isHdrConversionEnabled", "()Z", "GetIsHdrConversionEnabledHandler", ApiSince=34)] get; [Android.Runtime.Register("setHdrConversionEnabled", "(Z)V", "GetSetHdrConversionEnabled_ZHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("isHdrConversionEnabled", "()Z", "GetIsHdrConversionEnabledHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setHdrConversionEnabled", "(Z)V", "GetSetHdrConversionEnabled_ZHandler", ApiSince=34)>]
member this.HdrConversionEnabled : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns whether the HDR conversion is enabled for the window
Java documentation for android.view.WindowManager.LayoutParams.isHdrConversionEnabled()
.
Property setter documentation:
Enables/disables the HDR conversion for the window.
By default, the HDR conversion is enabled for the window.
Java documentation for android.view.WindowManager.LayoutParams.setHdrConversionEnabled(boolean)
.
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.