DXVADDI_PROCAMPVALUES structure (d3dumddi.h)

The DXVADDI_PROCAMPVALUES structure describes the ProcAmp control adjustment values.

Syntax

typedef struct _DXVADDI_PROCAMPVALUES {
  [in] DXVADDI_FIXED32 Brightness;
  [in] DXVADDI_FIXED32 Contrast;
  [in] DXVADDI_FIXED32 Hue;
  [in] DXVADDI_FIXED32 Saturation;
} DXVADDI_PROCAMPVALUES;

Members

[in] Brightness

A DXVADDI_FIXED32 structure that specifies the brightness of the output image, as it is written to the destination surface.

[in] Contrast

A DXVADDI_FIXED32 structure that specifies the contrast of the output image, as it is written to the destination surface.

[in] Hue

A DXVADDI_FIXED32 structure that specifies the hue of the output image, as it is written to the destination surface.

[in] Saturation

A DXVADDI_FIXED32 structure that specifies the saturation of the output image, as it is written to the destination surface.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dumddi.h (include D3dumddi.h)

See also

D3DDDIARG_VIDEOPROCESSBLT