IsSupportedCIERgbColorSpace
Checks if the standard color space CIERgb is supported on a display.
Syntax
ADLX_RESULT IsSupportedCIERgbColorSpace (adlx_bool* supported)
Parameters
-
[out]
supported adlx_bool* The pointer to a variable where the state of color space CIERgb is returned. The variable is true if the color space CIERgb is supported. The variable is false if the color space CIERgb is not supported.
Return Value
If the state of color space CIERgb is successfully returned, ADLX_OK is returned.
If the state of color space CIERgb is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Remarks
The standard gamut CIERgb or standard RGB (red, green, blue) color space was co-operatively created by Microsoft and Hewlett-Packard (HP) in 1996 to be used on monitors, printers, and websites.
Requirements
Header |
include “IDisplayGamut.h” |
Minimum version |
1.0 |