WICNamedWhitePoint 枚举 (wincodec.h)

指定原始图像的命名白平衡。

语法

typedef enum WICNamedWhitePoint {
  WICWhitePointDefault = 0x1,
  WICWhitePointDaylight = 0x2,
  WICWhitePointCloudy = 0x4,
  WICWhitePointShade = 0x8,
  WICWhitePointTungsten = 0x10,
  WICWhitePointFluorescent = 0x20,
  WICWhitePointFlash = 0x40,
  WICWhitePointUnderwater = 0x80,
  WICWhitePointCustom = 0x100,
  WICWhitePointAutoWhiteBalance = 0x200,
  WICWhitePointAsShot,
  WICNAMEDWHITEPOINT_FORCE_DWORD = 0x7fffffff
} ;

常量

 
WICWhitePointDefault
值: 0x1
默认白平衡。
WICWhitePointDaylight
值: 0x2
日光白平衡。
WICWhitePointCloudy
值: 0x4
多云白平衡。
WICWhitePointShade
值: 0x8
阴影白平衡。
WICWhitePointTungsten
值: 0x10
一个碳粉白平衡。
WICWhitePointFluorescent
值: 0x20
荧光白平衡。
WICWhitePointFlash
值: 0x40
日光白平衡。
WICWhitePointUnderwater
值: 0x80
闪烁白平衡。
WICWhitePointCustom
值: 0x100
自定义白平衡。 这通常在使用 (灰卡) 作为白平衡的图片时使用。
WICWhitePointAutoWhiteBalance
值: 0x200
自动余额。
WICWhitePointAsShot
“拍摄时”白平衡。
WICNAMEDWHITEPOINT_FORCE_DWORD
值: 0x7fffffff

要求

要求
最低受支持的客户端 Windows XP SP2,Windows Vista [桌面应用 |UWP 应用]
最低受支持的服务器 Windows Server 2008 [桌面应用 | UWP 应用]
标头 wincodec.h