AdvancedColorInfo.IsAdvancedColorKindAvailable(AdvancedColorKind) 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 if the specified Advanced Color kind value is inherently supported by the monitor or display driver.
public:
virtual bool IsAdvancedColorKindAvailable(AdvancedColorKind kind) = IsAdvancedColorKindAvailable;
bool IsAdvancedColorKindAvailable(AdvancedColorKind const& kind);
public bool IsAdvancedColorKindAvailable(AdvancedColorKind kind);
function isAdvancedColorKindAvailable(kind)
Public Function IsAdvancedColorKindAvailable (kind As AdvancedColorKind) As Boolean
Parameters
- kind
- AdvancedColorKind
The Advanced Color kind to check.
Returns
Boolean
bool
True if the specified Advanced Color kind is supported; otherwise, false.
Remarks
This method returns the static capability of the system and has nothing to do with the current state.