}
// The matrix taking into account the camera color space and its basic white balance and exposure
float camMatrix[][] = new Matrix(cameraRGB(temperature)).times(Math.pow(2, actualExposure)).getArrayFloat();
front = new HighlightRecoveryOpImage(front, preMul, camMatrix, CA.getArrayFloat(), null);
if (tint != 0)
front = WhiteBalanceV2.tintCast(front, tint, lightness);
front.setProperty(JAIContext.PERSISTENT_CACHE_TAG, Boolean.TRUE);