AdvancedColorInfo.IsAdvancedColorKindAvailable(AdvancedColorKind) Method

Definition

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.

Applies to