// d3dumddi.h
typedef struct _DXVADDI_PROCAMPVALUES {
[in] DXVADDI_FIXED32 Brightness;
[in] DXVADDI_FIXED32 Contrast;
[in] DXVADDI_FIXED32 Hue;
[in] DXVADDI_FIXED32 Saturation;
} DXVADDI_PROCAMPVALUES;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVADDI_PROCAMPVALUES structure describes the ProcAmp control adjustment values.
Brightness [in]A DXVADDI_FIXED32 structure that specifies the brightness of the output image, as it is written to the destination surface.
Contrast [in]A DXVADDI_FIXED32 structure that specifies the contrast of the output image, as it is written to the destination surface.
Hue [in]A DXVADDI_FIXED32 structure that specifies the hue of the output image, as it is written to the destination surface.
Saturation [in]A DXVADDI_FIXED32 structure that specifies the saturation of the output image, as it is written to the destination surface.