SceneAnalysisEffectFrame.HighDynamicRange 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 a HighDynamicRangeOutput object that provides recommended FrameController objects and a value indicating the certainty of the HDR analysis.
public:
property HighDynamicRangeOutput ^ HighDynamicRange { HighDynamicRangeOutput ^ get(); };
HighDynamicRangeOutput HighDynamicRange();
public HighDynamicRangeOutput HighDynamicRange { get; }
var highDynamicRangeOutput = sceneAnalysisEffectFrame.highDynamicRange;
Public ReadOnly Property HighDynamicRange As HighDynamicRangeOutput
Property Value
A HighDynamicRangeOutput object that provides the results of the HDR analysis.