Hello everyone,
I’m developing a component that paints an equalizer frequency response graph. The graph itself is surrounded by a non-rectangular border, and sometimes the graph paints over the border.
So can anyone think of a good way to clip this? If it was rectangular, I could use Graphics::reduceClipRegion. Is there some way I can composite with an Image using the alpha channel?
Thanks,
Matt