
Originally Posted by
Syrehn
Starting Colour: Regal Purple
RGB Estimation: 95R, 42G, 71B
Desired Colour: Dalmud Red
RGB Estimation: 113R, 22G, 22B
Everything else is pretty close in agreement.
As I noted in my microfeeding thread, that we have no idea if our RGB value are actual in game values, and that is where the "RNG" comes from. The RNG is our "error" in math terms (the difference between an approximate or measured value and an exact or known value).
Using my RGB values, I have
Code:
Step Feed Qty 103 55 87
1 apple 8 143 15 47
2 pear 3 128 30 32
Target Colour RGB 127 31 31
You actually fall into the Dalamund Red range by the 4th apple, because there is no other valid color in game that uses R in the range of 119-143 and G(31). All the fruits following are just to fine tune the value to (127, 31, 31), as shown below:
Code:
1 apple 4 123 35 67
2 apple 1 128 30 62
3 apple 1 133 25 57
4 apple 1 138 20 52
5 apple 1 143 15 47
6 pear 1 138 20 42
7 pear 1 133 25 37
8 pear 1 128 30 32