estrutura COLORSPACE_TRANSFORM_3x4 (ntddvdeo.h)
Contém transformação de colorspace para informações 3x4.
Sintaxe
typedef struct _COLORSPACE_TRANSFORM_3x4 {
float ColorMatrix3x4[3][4];
float ScalarMultiplier;
GAMMA_RAMP_RGB LookupTable1D[4096];
} COLORSPACE_TRANSFORM_3x4, *PCOLORSPACE_TRANSFORM_3x4;
Membros
ColorMatrix3x4[3]
Matriz de cores 3x4.
ScalarMultiplier
Multiplicador escalar.
LookupTable1D[4096]
Tabela de pesquisa 1D.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows 10, versão 1903 |
Cabeçalho | ntddvdeo.h |