WICNamedWhitePoint 列舉 (wincodec.h)
指定原始影像的具名白平衡。
Syntax
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 |