WICNamedWhitePoint enumeration (wincodec.h)

Specifies named white balances for raw images.

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
} ;

Constants

 
WICWhitePointDefault
Value: 0x1
The default white balance.
WICWhitePointDaylight
Value: 0x2
A daylight white balance.
WICWhitePointCloudy
Value: 0x4
A cloudy white balance.
WICWhitePointShade
Value: 0x8
A shade white balance.
WICWhitePointTungsten
Value: 0x10
A tungsten white balance.
WICWhitePointFluorescent
Value: 0x20
A fluorescent white balance.
WICWhitePointFlash
Value: 0x40
Daylight white balance.
WICWhitePointUnderwater
Value: 0x80
A flash white balance.
WICWhitePointCustom
Value: 0x100
A custom white balance. This is typically used when using a picture (grey-card) as white balance.
WICWhitePointAutoWhiteBalance
Value: 0x200
An automatic balance.
WICWhitePointAsShot
An "as shot" white balance.
WICNAMEDWHITEPOINT_FORCE_DWORD
Value: 0x7fffffff

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header wincodec.h