| The lighting conditions (affects color balance). |
Value
| Name | Description | Value |
WhiteBalanceType.ASSHOT | Use the settings of the camera as shot. |
int
0
|
WhiteBalanceType.AUTO | Automatically use the white balance settings. |
int
1
|
WhiteBalanceType.CLOUDY | Use the settings as shot on a cloudy day. |
int
3
|
WhiteBalanceType.CUSTOM | Use the custom settings for the shot parameters. |
int
8
|
WhiteBalanceType.DAYLIGHT | Use the settings as shot in daylight. |
int
2
|
WhiteBalanceType.FLASH | Use the settings as shot with a flash. |
int
7
|
WhiteBalanceType.FLUORESCENT | Use the settings as shot with fluorescent lighting. |
int
6
|
WhiteBalanceType.SHADE | Use the settings as shot in the shade. |
int
4
|
WhiteBalanceType.TUNGSTEN | Use the settings as shot with tungsten lighting. |
int
5
|
|
Usage
| As property
CameraRAWOpenOptions.whiteBalance
|