estrutura COLORSPACE_TRANSFORM_MATRIX_V2 (ntddvdeo.h)

A estrutura da matriz de transformação do colorspace.

Sintaxe

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;

Membros

StageControlLookupTable1DDegamma

O LUT do controle de estágio (tabela de pesquisa) para o vírgula 1D.

LookupTable1DDegamma[4096]

O vírgula 1D da tabela de pesquisa.

StageControlColorMatrix3x3

A matriz de cores do controle de estágio.

ColorMatrix3x3[3]

A matriz de cores.

StageControlLookupTable1DRegamma

A tabela de pesquisa de controle de estágio para regamma 1D.

LookupTable1DRegamma[4096]

A tabela de pesquisa regamma 1D.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10, versão 1903
Cabeçalho ntddvdeo.h