TODO: Make a comparison between bayer, IGN, mine, blue, and white. To compute a multiplier for after a modulus between 1 and 2, like 1.618, choose the desired values for pixels at index 1 and 2 after the second modulus of 1. The desired value for the pixel at index 1 will become the fractional component of the multiplier. Then we need to find a multiplier that will produce the desired value for pixel 2, when multiplied by (2 minus the modulus 1.618). We can just perform division to find the answer, but it likely won't match the fractional component we found earlier, so we repeatedly add 1/(2-1.618) to it to preserve the desired property while trying out different candidate multipliers until we find one with a decimal value that is sufficiently close to the one we need.