COLORSPACE_TRANSFORM_DATA_CAP structure (ntddvdeo.h)

Limite de données de transformation de l’espace de couleurs.

Syntaxe

typedef struct _COLORSPACE_TRANSFORM_DATA_CAP {
  COLORSPACE_TRANSFORM_DATA_TYPE DataType;
  union {
    struct {
      ULONG BitCountOfInteger : 6;
      ULONG BitCountOfFraction : 6;
    };
    struct {
      ULONG BitCountOfExponent : 6;
      ULONG BitCountOfMantissa : 6;
    };
    ULONG Value;
  };
  float                          NumericRangeMin;
  float                          NumericRangeMax;
} COLORSPACE_TRANSFORM_DATA_CAP;

Membres

DataType

Énumération COLORSPACE_TRANSFORM_DATA_TYPE .

BitCountOfInteger

Nombre de bits d’entier si DataType est à point fixe(COLORSPACE_TRANSFORM_DATA_TYPE_FIXED_POINT).

BitCountOfFraction

Nombre de bits de fraction si DataType est un point fixe(COLORSPACE_TRANSFORM_DATA_TYPE_FIXED_POINT).

BitCountOfExponent

Nombre de bits de l’exposant si le DataType est float(COLORSPACE_TRANSFORM_DATA_TYPE_FLOAT).

BitCountOfMantissa

Nombre de bits de mantisse si dataType est float(COLORSPACE_TRANSFORM_DATA_TYPE_FLOAT).

Value

NumericRangeMin

Nombre minimal de données gamma.

NumericRangeMax

Nombre maximal de données gamma.

Configuration requise

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