AdvancedColorInfo.IsHdrMetadataFormatCurrentlySupported Method

Definition

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.

Applies to