I have several solid/filled colored objects drawn and when they overlap I would like there colors to blend.
Basically I have things that represent stuff like a warning = yellow, error = red, safe = green, etc...
When these objects overlap I want there colors to represent the combined effect. When we have a warning with safe we have overlap of a yellow object with a green which will give a yellow-green color. If we have an error with safe we have a red-green color for the overlap. If we have a warning-error-safe overlap then we have a yellow-red-green color all in equal proportions.
Any idea how to do this in tikz or anything else in tex?
\documentclassand the packages needed so that those trying to help don't have to recreate it. At times it may seem trivial, but it helps immensely to clarify the issue and those trying to help can start solving the problem rather than first trying to recreate it, and then solving it. Start showing the problem instead of just describing it. – Peter Grill Mar 20 '12 at 22:35