Eh, what?
The first texture is the base texture, the second texture is blended over by the red channel and then the third image is blended over by the green channel. The result is then multiplied with the value in the blue channel.
You can either swap channels to adjust it, or you just change the .r, .g and .b parts in the shader code.