.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_live_view_subscription_1adaffbf6b65580ed62995d83c5c8b581c: ILiveViewSubscription.SetWhiteBalancePoint Method +++++++++++++++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.CameraSdk`` Set the *Custom C1* white balance, by the sampling a position in full image coordinates .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void SetWhiteBalancePoint(:ref:`ValuePoint` whitePoint); Cameras like IQ4 defines a set of white balance settings. The defaults are *Daylight*, *Tungsten*, etc. Besides the default settings, there are used definable ones. One of these are *Custom C1*. This method changes the cameras white balance property to *Custom C1* setting. And the white balance vector for *Custom C1* is changed to reflect the sample position provided by this method. **This means the cameras white balance setting is changed!** Use the *white balance* property, to change white balance back to *Auto* or *Daylight*, etc.