src/open_vp_cal/core/calibrate.py [845:857]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )

            rgbw_measurements_target = apply_luts(
                rgbw_measurements_target,
                lut_r,
                lut_g,
                lut_b,
                inverse=False
            )

            rgbw_measurements_camera_native_gamut = colour.RGB_to_RGB(
                rgbw_measurements_target, target_cs, native_camera_gamut_cs, None
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/open_vp_cal/core/calibrate.py [893:905]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        )

        rgbw_measurements_target = apply_luts(
            rgbw_measurements_target,
            lut_r,
            lut_g,
            lut_b,
            inverse=False
        )

        rgbw_measurements_camera_native_gamut = colour.RGB_to_RGB(
            rgbw_measurements_target, target_cs, native_camera_gamut_cs, None
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



