estructura COLORSPACE_TRANSFORM (ntddvdeo.h)
Información sobre una transformación de espacio de colores.
Sintaxis
typedef struct _COLORSPACE_TRANSFORM {
COLORSPACE_TRANSFORM_TYPE Type;
union {
GAMMA_RAMP_RGB256x3x16 Rgb256x3x16;
GAMMA_RAMP_DXGI_1 Dxgi1;
COLORSPACE_TRANSFORM_3x4 T3x4;
COLORSPACE_TRANSFORM_MATRIX_V2 MatrixV2;
} Data;
} COLORSPACE_TRANSFORM, *PCOLORSPACE_TRANSFORM;
Miembros
Type
Tipo de transformación de espacio de colores.
Data
Datos de transformación del espacio de colores.
Data.Rgb256x3x16
RGB 256x3x16.
Data.Dxgi1
Dxgi 1.
Data.T3x4
Transformar 3x4.
Data.MatrixV2
Matriz v2.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 10, versión 1903 |
Encabezado | ntddvdeo.h |