Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
WICWhitePointDefaultValue: 0x1 The default white balance. |
WICWhitePointDaylightValue: 0x2 A daylight white balance. |
WICWhitePointCloudyValue: 0x4 A cloudy white balance. |
WICWhitePointShadeValue: 0x8 A shade white balance. |
WICWhitePointTungstenValue: 0x10 A tungsten white balance. |
WICWhitePointFluorescentValue: 0x20 A fluorescent white balance. |
WICWhitePointFlashValue: 0x40 Daylight white balance. |
WICWhitePointUnderwaterValue: 0x80 A flash white balance. |
WICWhitePointCustomValue: 0x100 A custom white balance. This is typically used when using a picture (grey-card) as white balance. |
WICWhitePointAutoWhiteBalanceValue: 0x200 An automatic balance. |
WICWhitePointAsShotAn "as shot" white balance. |
WICNAMEDWHITEPOINT_FORCE_DWORDValue: 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 |