IDDCX_RGB structure (iddcx.h)
The IDDCX_RGB structure contains a red, green, and blue value for gamma ramp data.
Syntax
struct IDDCX_RGB {
float Red;
float Green;
float Blue;
};
Members
Red
A floating point value that is used to describe the gamma function for the red color channel.
Green
A floating point value that is used to describe the gamma function for the green color channel.
Blue
A floating point value that is used to describe the gamma function for the blue color channel.
Remarks
For more information about HDR support, see IddCx version 1.10 updates.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 September Update (IddCx version 1.10) |
Header | iddcx.h |