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.
Determines what gamma is used for interpolation and blending.
Syntax
typedef enum D2D1_GAMMA1 {
D2D1_GAMMA1_G22,
D2D1_GAMMA1_G10,
D2D1_GAMMA1_G2084 = 2,
D2D1_GAMMA1_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_GAMMA1_G22Colors are manipulated in 2.2 gamma color space. |
D2D1_GAMMA1_G10Colors are manipulated in 1.0 gamma color space. |
D2D1_GAMMA1_G2084Value: 2 Colors are manipulated in ST.2084 PQ gamma color space. |
D2D1_GAMMA1_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1_3.h |