COLORSPACE_TRANSFORM_MATRIX_CAP structure (ntddvdeo.h)

The colorspace transform matrix capabilities.

Syntax

typedef struct _COLORSPACE_TRANSFORM_MATRIX_CAP {
  union {
    struct {
      ULONG MatrixSizeX : 10;
      ULONG MatrixSizeY : 10;
    };
    ULONG Value;
  };
  COLORSPACE_TRANSFORM_DATA_CAP DataCap;
} COLORSPACE_TRANSFORM_MATRIX_CAP, *PCOLORSPACE_TRANSFORM_MATRIX_CAP;

Members

MatrixSizeX

The x-dimension of the matrix.

MatrixSizeY

The y-dimension of the matrix.

Value

DataCap

Data capabilities.

Requirements

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