Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 the CIExyY color space.
greenPrimary
The xy coordinates of the green primary in the CIExyY color space.
bluePrimary
The xy coordinates of the blue primary in the CIExyY color space.
whitePointXZ
The XZ tristimulus values for the whitepoint in the CIEXYZ color space, normalized to luminance (Y) of 1.
gamma
The gamma encoding to use for this color space.
Requirements
Requirement | Value |
---|---|
Header | d2d1_3.h |