How would I be able to mix together two Color3 values, and obtain the Color3 value of the mixed result?
For example, blending blue and yellow should make green. (0,0,255) + (255,255,0)
I’ve tried searching it up online, but I can’t seem to find a way.
There probably is a simple way using math or something, I just can’t think of it.