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
Post a Comment