Display Color Type and Source
[Constants and Definitions]


Defines

#define ADL_DISPLAY_COLOR_BRIGHTNESS   (1 << 0)
#define ADL_DISPLAY_COLOR_CONTRAST   (1 << 1)
#define ADL_DISPLAY_COLOR_SATURATION   (1 << 2)
#define ADL_DISPLAY_COLOR_HUE   (1 << 3)
#define ADL_DISPLAY_COLOR_TEMPERATURE   (1 << 4)
#define ADL_DISPLAY_COLOR_TEMPERATURE_SOURCE_EDID   (1 << 5)
 Color Temperature Source is EDID.
#define ADL_DISPLAY_COLOR_TEMPERATURE_SOURCE_USER   (1 << 6)
 Color Temperature Source is User.

Detailed Description

Define Display Color Type and Source

Define Documentation

#define ADL_DISPLAY_COLOR_BRIGHTNESS   (1 << 0)

Examples:
Sample/main.c.

#define ADL_DISPLAY_COLOR_CONTRAST   (1 << 1)

#define ADL_DISPLAY_COLOR_SATURATION   (1 << 2)

#define ADL_DISPLAY_COLOR_HUE   (1 << 3)

#define ADL_DISPLAY_COLOR_TEMPERATURE   (1 << 4)

#define ADL_DISPLAY_COLOR_TEMPERATURE_SOURCE_EDID   (1 << 5)

Color Temperature Source is EDID.

#define ADL_DISPLAY_COLOR_TEMPERATURE_SOURCE_USER   (1 << 6)

Color Temperature Source is User.


Copyright © 2009-2013 Advanced Micro Devices, Inc. All rights reserved.  AMD Developer