COLORSPACE_TRANSFORM_MATRIX_CAP - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-colorspace_transform_matrix_cap)

COLORSPACE_TRANSFORM_MATRIX_CAP structure

Description

The colorspace transform matrix capabilities.

Members

MatrixSizeX

The x-dimension of the matrix.

MatrixSizeY

The y-dimension of the matrix.

Value

DataCap

Data capabilities.

Remarks

See also