.. index:: pair: enum; WhiteBalanceMode .. _doxid-namespace_p1_1_1_image_sdk_1ad651663b505f27222e96787090fb8d7c: enum P1::ImageSdk::WhiteBalanceMode =================================== .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum WhiteBalanceMode { :target:`wbManual` = 0, :target:`wbAsShot` = 1, :target:`wbFlash` = 2, :target:`wbDayLight` = 3, :target:`wbFlourescent` = 4, :target:`wbTungsten` = 5, :target:`wbAuto` = 6, };