Skip to content
Advertisement

Tag: pygame2

Why don’t three R, G and B circles blend correctly?

I am trying to represent the RGB color model using python + pygame. I wanted to get the following: So then, I wrote the following code: But instead of getting the RGB color model, I got this, with colors incorrectly blended: Does anybody know what it could be? Thanks! Answer This should work: You want to add the colors at

Advertisement