1
vote
2answers
94 views
Java: Operations with Colors (add, subtract)? - Colors in a constant class
I'm working with java.awt.Color instances. Is there any way to do arithmetic operations on colors? Something like rgb(20, 20, 20) + rgb(10, 200, 170) = rgb(30, 220, 190)?
What I'm trying to do: I …
