AdvancedColorInfo.MaxAverageFullFrameLuminanceInNits 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 maximum frame average luminance of the display which can be achieved on the whole display.
public:
property float MaxAverageFullFrameLuminanceInNits { float get(); };
float MaxAverageFullFrameLuminanceInNits();
public float MaxAverageFullFrameLuminanceInNits { get; }
var single = advancedColorInfo.maxAverageFullFrameLuminanceInNits;
Public ReadOnly Property MaxAverageFullFrameLuminanceInNits As Single
Property Value
Single
float
The maximum frame average luminance of the display which can be achieved on the whole display.
Remarks
Contrast with MaxLuminanceInNits, which generally refers to a small portion of the display.