IsSupportedAdobeRgbColorSpace

Checks if the standard color space Adobe RGB is supported on a display.

Syntax

Copied!

ADLX_RESULT     IsSupportedAdobeRgbColorSpace (adlx_bool* supported)

Parameters

  1. [out] supported adlx_bool* The pointer to a variable where the state of color space Adobe RGB is returned. The variable is true if the color space Adobe RGB is supported. The variable is false if the color space Adobe RGB is not supported.

Return Value

If the state of color space Adobe RGB is successfully returned, ADLX_OK is returned.

If the state of color space Adobe RGB is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The standard gamut Adobe RGB (1998) color space or opRGB was developed by Adobe Systems, Inc. in 1998. The color space was designed to encompass most of the colors achievable on CMYK color printers, but by using RGB primary colors on a device such as a computer display.

Requirements

Header

include “IDisplayGamut.h”

Minimum version

1.0