Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an RGB color.
Syntax
typedef struct DXGI_RGB {
float Red;
float Green;
float Blue;
} DXGI_RGB;
Members
Red
Type: floatA value representing the color of the red component. The range of this value is between 0 and 1.
Green
Type: floatA value representing the color of the green component. The range of this value is between 0 and 1.
Blue
Type: floatA value representing the color of the blue component. The range of this value is between 0 and 1.
Remarks
This structure is a member of the DXGI_GAMMA_CONTROL structure.
Requirements
Header |
DXGI.h |