Quote Originally Posted by Chopski View Post
Yes, I need to figure that one out. Problem is, the calculation starts off by rounding to the nearest 10, purely because 2 fruits increase the increment by 10. eg; 1 plum + 1 valfruit = Blue +10.

Think I need to hold on to what it takes off, round that to the nearest 5 and see if collectively 1 more or less fruit would get closer to the final RGB values.
I have done this now, it was a very rare case during testing. But if the rounded remainder matches a fruit it will either add or subtract it from the recipe. I could possibly take it further but it requires a bit more thought. I have just done the "safe fine tuning" for now, which will take some recipes closer to their final values.