Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines constants that specify a primitive type for numeric representation of a WIC pixel format.
Syntax
typedef enum WICPixelFormatNumericRepresentation {
WICPixelFormatNumericRepresentationUnspecified = 0,
WICPixelFormatNumericRepresentationIndexed = 0x1,
WICPixelFormatNumericRepresentationUnsignedInteger = 0x2,
WICPixelFormatNumericRepresentationSignedInteger = 0x3,
WICPixelFormatNumericRepresentationFixed = 0x4,
WICPixelFormatNumericRepresentationFloat = 0x5,
WICPixelFormatNumericRepresentation_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICPixelFormatNumericRepresentationUnspecifiedValue: 0 The format is not specified. |
WICPixelFormatNumericRepresentationIndexedValue: 0x1 Specifies that the format is indexed. |
WICPixelFormatNumericRepresentationUnsignedIntegerValue: 0x2 Specifies that the format is represented as an unsigned integer. |
WICPixelFormatNumericRepresentationSignedIntegerValue: 0x3 Specifies that the format is represented as a signed integer. |
WICPixelFormatNumericRepresentationFixedValue: 0x4 Specifies that the format is represented as a fixed-point number. |
WICPixelFormatNumericRepresentationFloatValue: 0x5 Specifies that the format is represented as a floating-point number. |
WICPixelFormatNumericRepresentation_FORCE_DWORDValue: 0x7fffffff This constant contains the maximum DWORD value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
| Header | wincodec.h |