COLORSPACE_TRANSFORM_TARGET_CAPS structure (ntddvdeo.h)

Colorspace transform target caps.

Syntax

typedef struct _COLORSPACE_TRANSFORM_TARGET_CAPS {
  COLORSPACE_TRANSFORM_TARGET_CAPS_VERSION Version;
  COLORSPACE_TRANSFORM_1DLUT_CAP           LookupTable1DDegammaCap;
  COLORSPACE_TRANSFORM_MATRIX_CAP          ColorMatrix3x3Cap;
  COLORSPACE_TRANSFORM_1DLUT_CAP           LookupTable1DRegammaCap;
} COLORSPACE_TRANSFORM_TARGET_CAPS, *PCOLORSPACE_TRANSFORM_TARGET_CAPS;

Members

Version

The color space transform target version.

LookupTable1DDegammaCap

The lookup table 1D degamma cap.

ColorMatrix3x3Cap

The color matrix 3x3 cap.

LookupTable1DRegammaCap

The lookup table 1D regamma cap.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header ntddvdeo.h