Java 2D additive colors -


are there way draw additive colors using graphics2d. e. g. if cyan , red lines overlap, intersection of white color? thanks.

it sounds want enable xor mode, results not defined , may not want.

perhaps using alphacomposite can achieve want? outcome more predictable.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -