RetroArch
|
Simple description of a color space. More...
#include <d2d1_3.h>
Public Attributes | |
D2D1_POINT_2F | redPrimary |
The XY coordinates of the red primary in CIEXYZ space. More... | |
D2D1_POINT_2F | greenPrimary |
The XY coordinates of the green primary in CIEXYZ space. More... | |
D2D1_POINT_2F | bluePrimary |
The XY coordinates of the blue primary in CIEXYZ space. More... | |
D2D1_POINT_2F | whitePointXZ |
The X/Z tristimulus values for the whitepoint, normalized for relative luminance. More... | |
D2D1_GAMMA1 | gamma |
The gamma encoding to use for this color space. More... | |
Simple description of a color space.
D2D1_POINT_2F D2D1_SIMPLE_COLOR_PROFILE::bluePrimary |
The XY coordinates of the blue primary in CIEXYZ space.
D2D1_GAMMA1 D2D1_SIMPLE_COLOR_PROFILE::gamma |
The gamma encoding to use for this color space.
D2D1_POINT_2F D2D1_SIMPLE_COLOR_PROFILE::greenPrimary |
The XY coordinates of the green primary in CIEXYZ space.
D2D1_POINT_2F D2D1_SIMPLE_COLOR_PROFILE::redPrimary |
The XY coordinates of the red primary in CIEXYZ space.
D2D1_POINT_2F D2D1_SIMPLE_COLOR_PROFILE::whitePointXZ |
The X/Z tristimulus values for the whitepoint, normalized for relative luminance.