The white balance mode of the camera.
#include <camera/camera_api.h>
typedef enum {
CAMERA_WHITEBALANCEMODE_DEFAULT
CAMERA_WHITEBALANCEMODE_OFF
CAMERA_WHITEBALANCEMODE_AUTO
CAMERA_WHITEBALANCEMODE_MANUAL
CAMERA_WHITEBALANCEMODE_NUMWHITEBALANCEMODES
} camera_whitebalancemode_t;
BlackBerry 10.0.0
Since not all cameras may support all white balance modes, CAMERA_WHITEBALANCEMODE_DEFAULT can always be used as an alias to select a valid white balance mode.
You can use the camera_get_whitebalance_modes() function to determine which modes are supported by the current platform and camera.