D2D1_SIMPLE_COLOR_PROFILE structure
Simple description of a color space.
Syntax
typedef struct D2D1_SIMPLE_COLOR_PROFILE { D2D1_POINT_2F redPrimary; D2D1_POINT_2F greenPrimary; D2D1_POINT_2F bluePrimary; D2D1_POINT_2F whitePointXZ; D2D1_GAMMA1 gamma; } D2D1_SIMPLE_COLOR_PROFILE;
Members
- redPrimary
-
The XY coordinates of the red primary in CIEXYZ space.
- greenPrimary
-
The XY coordinates of the green primary in CIEXYZ space.
- bluePrimary
-
The XY coordinates of the blue primary in CIEXYZ space.
- whitePointXZ
-
The X/Z tristimulus values for the whitepoint, normalized for relative luminance.
- gamma
-
The gamma encoding to use for this color space.
Requirements
|
Header |
|
|---|
Show: