Enumerazione WICPixelFormatNumericRepresentation (wincodec.h)
Definisce le costanti che specificano un tipo primitivo per la rappresentazione numerica di un formato pixel WIC.
Sintassi
typedef enum WICPixelFormatNumericRepresentation {
WICPixelFormatNumericRepresentationUnspecified = 0,
WICPixelFormatNumericRepresentationIndexed = 0x1,
WICPixelFormatNumericRepresentationUnsignedInteger = 0x2,
WICPixelFormatNumericRepresentationSignedInteger = 0x3,
WICPixelFormatNumericRepresentationFixed = 0x4,
WICPixelFormatNumericRepresentationFloat = 0x5,
WICPixelFormatNumericRepresentation_FORCE_DWORD = 0x7fffffff
} ;
Costanti
WICPixelFormatNumericRepresentationUnspecified Valore: 0 Il formato non è specificato. |
WICPixelFormatNumericRepresentationIndexed Valore: 0x1 Specifica che il formato è indicizzato. |
WICPixelFormatNumericRepresentationUnsignedInteger Valore: 0x2 Specifica che il formato è rappresentato come intero senza segno. |
WICPixelFormatNumericRepresentationSignedInteger Valore: 0x3 Specifica che il formato è rappresentato come intero firmato. |
WICPixelFormatNumericRepresentationFixed Valore: 0x4 Specifica che il formato è rappresentato come numero a virgola fissa. |
WICPixelFormatNumericRepresentationFloat Valore: 0x5 Specifica che il formato è rappresentato come numero a virgola mobile. |
WICPixelFormatNumericRepresentation_FORCE_DWORD Valore: 0x7fffffff Questa costante contiene il valore DWORD massimo. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP] |
Intestazione | wincodec.h |