Error Insertion Point Background Highlight

@Tomasz because the "translucent" word appeared in this thread, let me ask about something. This is rather only a theoretical question (do not treat it as a request) as it would probably require some major changes in AmiBroker's graphics engine. Is it possible to implement in the future an option to automatically change the color of some overlapping graphical elements? For example it might be useful in creating some kinds of "heatmaps".

In example if I visualise some values as circles filled with 10% gray and those circles overlap - the overlapping parts should be darker. If 2 circles overlap on each other, the combined area should be filled with 20% grey, if 3 circles overlap - 30% gray etc. Similar to this example:

3 SET A INTERSECTION B DARK OVERLAP3

I know this (as everything else) can be accomplished programatically, but it seems a very demanding task - especially in case of many elements. Would it be possible (for the user) to achieve this effect by only changing one parameter in some Gfx line?

Thank you :slight_smile: