Skip to content

IsSupportedAdobeRgbColorSpace

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayGamut

Syntax

ADLX_RESULT    IsSupportedAdobeRgbColorSpace (adlx_bool* supported)

Parameters

#DirectionNameTypeDescription
1.[out]supportedadlx_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

Headerinclude “IDisplayGamut.h”
Minimum version1.0

See Also: ADLX Enums