ADL (AMD Display Library) Public APIs  Version 17.1
Macros
Display Color Type and Source

Define Display Color Type and Source. More...

Macros

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

Detailed Description

Define Display Color Type and Source.

Macro Definition Documentation

◆ ADL_DISPLAY_COLOR_BRIGHTNESS

#define ADL_DISPLAY_COLOR_BRIGHTNESS   (1 << 0)

◆ ADL_DISPLAY_COLOR_CONTRAST

#define ADL_DISPLAY_COLOR_CONTRAST   (1 << 1)

◆ ADL_DISPLAY_COLOR_HUE

#define ADL_DISPLAY_COLOR_HUE   (1 << 3)

◆ ADL_DISPLAY_COLOR_SATURATION

#define ADL_DISPLAY_COLOR_SATURATION   (1 << 2)

◆ ADL_DISPLAY_COLOR_TEMPERATURE

#define ADL_DISPLAY_COLOR_TEMPERATURE   (1 << 4)

◆ ADL_DISPLAY_COLOR_TEMPERATURE_SOURCE_EDID

#define ADL_DISPLAY_COLOR_TEMPERATURE_SOURCE_EDID   (1 << 5)

Color Temperature Source is EDID.

◆ ADL_DISPLAY_COLOR_TEMPERATURE_SOURCE_USER

#define ADL_DISPLAY_COLOR_TEMPERATURE_SOURCE_USER   (1 << 6)

Color Temperature Source is User.


Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.