27-12-2019, 02:09 PM
(27-12-2019, 01:12 PM)josemendez Wrote: It depends on how you’re performing color blending. Red multiplied by green is black (1,0,0) * (0,1,0) = (0,0,0), so this is the expected result when using multiplicative blending. I’d suggest using additive blending instead, so (1,0,0)+(0,1,0) = (1,1,0). That would yield yellow.
This is however basic color math, not specific to Obi.
I fill in the pink color - https://i.imgur.com/wDiKua7.png, pour the blue color - https://i.imgur.com/NLQTos9.png, why the pink one has purple inside and the pink around, and the blue one is completely monotone?