WICPixelFormatNumericRepresentation enumeration (wincodec.h)
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
WICPixelFormatNumericRepresentationUnspecified Value: 0 The format is not specified. |
WICPixelFormatNumericRepresentationIndexed Value: 0x1 Specifies that the format is indexed. |
WICPixelFormatNumericRepresentationUnsignedInteger Value: 0x2 Specifies that the format is represented as an unsigned integer. |
WICPixelFormatNumericRepresentationSignedInteger Value: 0x3 Specifies that the format is represented as a signed integer. |
WICPixelFormatNumericRepresentationFixed Value: 0x4 Specifies that the format is represented as a fixed-point number. |
WICPixelFormatNumericRepresentationFloat Value: 0x5 Specifies that the format is represented as a floating-point number. |
WICPixelFormatNumericRepresentation_FORCE_DWORD Value: 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 |