Using ImageMagick, how can I replace everything except a specific list of colors with transparency.
For example, with the source image:
I want to replace everything except cyan, blue, and magenta with transparency (preferably with some fuzz factor):
I've tried +opaque "#0000ff" but that only works with a single color at a time. Any other approach?

