AdvancedColorInfo.IsHdrMetadataFormatCurrentlySupported 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.
Returns a boolean value that describes whether the specified HDR metadata format is supported by the display in its current state.
public:
virtual bool IsHdrMetadataFormatCurrentlySupported(HdrMetadataFormat format) = IsHdrMetadataFormatCurrentlySupported;
bool IsHdrMetadataFormatCurrentlySupported(HdrMetadataFormat const& format);
public bool IsHdrMetadataFormatCurrentlySupported(HdrMetadataFormat format);
function isHdrMetadataFormatCurrentlySupported(format)
Public Function IsHdrMetadataFormatCurrentlySupported (format As HdrMetadataFormat) As Boolean
Parameters
- format
- HdrMetadataFormat
The HDR metadata format to check.
Returns
Boolean
bool
True if the format is supported; otherwise, false.