Condividi tramite


struttura COLORSPACE_TRANSFORM_DATA_CAP (ntdvertitaeo.h)

Limite dati per la trasformazione dello spazio dei colori.

Sintassi

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;

Members

DataType

Enumerazione COLORSPACE_TRANSFORM_DATA_TYPE .

BitCountOfInteger

Numero di bit di integer se DataType è a virgola fissa (COLORSPACE_TRANSFORM_DATA_TYPE_FIXED_POINT).

BitCountOfFraction

Numero di bit di frazione se DataType è a virgola fissa (COLORSPACE_TRANSFORM_DATA_TYPE_FIXED_POINT).

BitCountOfExponent

Numero di bit dell'esponente se DataType è float(COLORSPACE_TRANSFORM_DATA_TYPE_FLOAT).

BitCountOfMantissa

Numero di bit di mantissa se DataType è float(COLORSPACE_TRANSFORM_DATA_TYPE_FLOAT).

Value

NumericRangeMin

Numero minimo di dati gamma.

NumericRangeMax

Numero massimo di dati gamma.

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 1903
Intestazione ntdvertitaeo.h