structure COLORSPACE_TRANSFORM (ntddvdeo.h)

Informations sur une transformation colorspace.

Syntaxe

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;

Membres

Type

Type de transformation colorspace.

Data

Données de transformation colorspace.

Data.Rgb256x3x16

RVB 256x3x16.

Data.Dxgi1

Dxgi 1.

Data.T3x4

Transformez 3x4.

Data.MatrixV2

Matrice v2.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10 version 1903
En-tête ntddvdeo.h