HighDynamicRangeControl HighDynamicRangeControl HighDynamicRangeControl HighDynamicRangeControl Class

Definition

Provides the ability to enable and disable High Dynamic Range (HDR) analysis for the SceneAnalysisEffect.

public : sealed class HighDynamicRangeControl : IHighDynamicRangeControlpublic sealed class HighDynamicRangeControl : IHighDynamicRangeControlPublic NotInheritable Class HighDynamicRangeControl Implements IHighDynamicRangeControl// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Get an instance of this class by accessing the SceneAnalysisEffect.HighDynamicRangeAnalyzer property.

Properties

Enabled Enabled Enabled Enabled

Gets or sets a value that specifies whether High Dynamic Range (HDR) analysis is enabled for the SceneAnalysisEffect.

public : PlatForm::Boolean Enabled { get; set; }public bool Enabled { get; set; }Public ReadWrite Property Enabled As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if HDR analysis is enabled; otherwise, false.