I joust noticed that the color mixing in game works based on additive model. Additive model (RGB) is is used for mixing emitted light, e.g. in displays. But for paint mixing the subtractive model (CMY) is used, e.g. in printers.
So basically, in the game right now, we are mixing light emitting substances and not paints.
My question is that are the developers aware of this fact?