For my game, I want the player to mix primary colors, so I have been experimenting with the Canvas Material and the blend mode “add” with primary colors.
it works with the additive primary colours (Red, Green and Blue):
However, it doesn’t work that well with Subtractive primary colors (Cyan, Magenta, and Yellow) because the mix it’s always white,
but it works better with the “multiply” blend mode.
Probably this is something obvious xd, anyway I’m going to experiment further with the material and sprites.