DisplayEnhancementOverrideCapabilities.GetSupportedNitRanges Method
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.
Retrieves the supported nit ranges.
public:
virtual IVectorView<NitRange> ^ GetSupportedNitRanges() = GetSupportedNitRanges;
IVectorView<NitRange> GetSupportedNitRanges();
public IReadOnlyList<NitRange> GetSupportedNitRanges();
function getSupportedNitRanges()
Public Function GetSupportedNitRanges () As IReadOnlyList(Of NitRange)
Returns
The supported nit ranges. Returns an empty vector if IsBrightnessNitsControlSupported is false.