WICPixelFormatNumericRepresentation 枚举 (wincodec.h)
定义常量,这些常量为 WIC 像素格式的数字表示形式指定基元类型。
语法
typedef enum WICPixelFormatNumericRepresentation {
WICPixelFormatNumericRepresentationUnspecified = 0,
WICPixelFormatNumericRepresentationIndexed = 0x1,
WICPixelFormatNumericRepresentationUnsignedInteger = 0x2,
WICPixelFormatNumericRepresentationSignedInteger = 0x3,
WICPixelFormatNumericRepresentationFixed = 0x4,
WICPixelFormatNumericRepresentationFloat = 0x5,
WICPixelFormatNumericRepresentation_FORCE_DWORD = 0x7fffffff
} ;
常量
WICPixelFormatNumericRepresentationUnspecified 值: 0 未指定格式。 |
WICPixelFormatNumericRepresentationIndexed 值: 0x1 指定为格式编制索引。 |
WICPixelFormatNumericRepresentationUnsignedInteger 值: 0x2 指定格式表示为无符号整数。 |
WICPixelFormatNumericRepresentationSignedInteger 值: 0x3 指定格式表示为有符号整数。 |
WICPixelFormatNumericRepresentationFixed 值: 0x4 指定格式表示为定点数。 |
WICPixelFormatNumericRepresentationFloat 值: 0x5 指定格式表示为浮点数。 |
WICPixelFormatNumericRepresentation_FORCE_DWORD 值: 0x7fffffff 此常量包含最大 DWORD 值。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新 [桌面应用 |UWP 应用] |
标头 | wincodec.h |