Hi guys!
I wanted to have a liquid effect so I was trying out the particles I had not used yet.
I really like them a lot but there’s something I do not understand:
If I combine, for example, a red particle with a blue one (unsing
flags = { "water", "colorMixing" }
)
The particles behave as indicated in the documentation:
[http://google.github.io/liquidfun/Programmers-Guide/html/md__chapter11__particles.html#pb](http://google.github.io/liquidfun/Programmers-Guide/html/md chapter11 particles.html#pb)
so reasoning in colors from 0 to 1 I will have two balls of color: (0.5, 0, 0.5).
How can I do though if I want to have two balls of color: (1, 0, 1)?
Edit:
I also tried adding a white particle but by doing two counts you understand that it is still not enough