[][src]Function k4a_sys_temp::k4a_image_get_white_balance

pub unsafe extern "C" fn k4a_image_get_white_balance(
    image_handle: k4a_image_t
) -> u32

Get the image white balance.

\param image_handle Handle of the image for which the get operation is performed on.

\remarks Returns the image's white balance. This function is only valid for color captures, and not for depth or IR captures.

\returns Returns the image white balance in Kelvin. If \p image_handle is invalid, or the white balance was not set or not applicable to the image, the function will return 0.

\relates k4a_image_t

\xmlonly k4a.h (include k4a/k4a.h) k4a.lib k4a.dll \endxmlonly