Hi all, I’m looking to make a plot of some rasters (or if all else fails heatmaps) of values using Makie where the base color is independent of the opacity. Trying to blend two bits of information here where there are two different arrays, one for the colorrange, and one for alpha values.
From looking at the gallery and docs, they all mostly show alpha being fed in as a single parameter. Is there a way to achieve the above?