COLORSPACE_TRANSFORM_MATRIX_V2 - NtDoc

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

typedef struct _COLORSPACE_TRANSFORM_MATRIX_V2 {
  COLORSPACE_TRANSFORM_STAGE_CONTROL StageControlLookupTable1DDegamma;
  GAMMA_RAMP_RGB                     LookupTable1DDegamma[4096];
  COLORSPACE_TRANSFORM_STAGE_CONTROL StageControlColorMatrix3x3;
  float                              ColorMatrix3x3[3][3];
  COLORSPACE_TRANSFORM_STAGE_CONTROL StageControlLookupTable1DRegamma;
  GAMMA_RAMP_RGB                     LookupTable1DRegamma[4096];
} COLORSPACE_TRANSFORM_MATRIX_V2, *PCOLORSPACE_TRANSFORM_MATRIX_V2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

COLORSPACE_TRANSFORM_MATRIX_V2 structure

Description

The colorspace transform matrix structure.

Members

StageControlLookupTable1DDegamma

The stage control LUT (lookup table) for 1D degamma.

LookupTable1DDegamma

The lookup table 1D degamma.

StageControlColorMatrix3x3

The stage control color matrix.

ColorMatrix3x3

The color matrix.

StageControlLookupTable1DRegamma

The stage control lookup table for 1D regamma.

LookupTable1DRegamma

The lookup table 1D regamma.

Remarks

See also