enum P1::CameraSdk::IImageFileBasicInfo::WhiteBalanceSetting

The possible white balance settings available in the camera.

#include <C_P1CameraCommonStructs.h>

enum WhiteBalanceSetting
{
    Auto        = 0,
    Daylight    = 1,
    Fluorescent = 2,
    Tungsten    = 3,
    Flash       = 4,
    Custom1     = 5,
    Custom2     = 6,
    Custom3     = 7,
    Aerial      = 8,
};