WICPixelFormatNumericRepresentation-Enumeration (wincodec.h)
Definiert Konstanten, die einen primitiven Typ für die numerische Darstellung eines WIC-Pixelformats angeben.
Syntax
typedef enum WICPixelFormatNumericRepresentation {
WICPixelFormatNumericRepresentationUnspecified = 0,
WICPixelFormatNumericRepresentationIndexed = 0x1,
WICPixelFormatNumericRepresentationUnsignedInteger = 0x2,
WICPixelFormatNumericRepresentationSignedInteger = 0x3,
WICPixelFormatNumericRepresentationFixed = 0x4,
WICPixelFormatNumericRepresentationFloat = 0x5,
WICPixelFormatNumericRepresentation_FORCE_DWORD = 0x7fffffff
} ;
Konstanten
WICPixelFormatNumericRepresentationUnspecified Wert: 0 Das Format ist nicht angegeben. |
WICPixelFormatNumericRepresentationIndexed Wert: 0x1 Gibt an, dass das Format indiziert wird. |
WICPixelFormatNumericRepresentationUnsignedInteger Wert: 0x2 Gibt an, dass das Format als ganze Zahl ohne Vorzeichen dargestellt wird. |
WICPixelFormatNumericRepresentationSignedInteger Wert: 0x3 Gibt an, dass das Format als ganze Zahl mit Vorzeichen dargestellt wird. |
WICPixelFormatNumericRepresentationFixed Wert: 0x4 Gibt an, dass das Format als Festpunktzahl dargestellt wird. |
WICPixelFormatNumericRepresentationFloat Wert: 0x5 Gibt an, dass das Format als Gleitkommazahl dargestellt wird. |
WICPixelFormatNumericRepresentation_FORCE_DWORD Wert: 0x7fffffff Diese Konstante enthält den maximalen DWORD-Wert . |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Kopfzeile | wincodec.h |