I am wondering what logic Android uses to calculate the final color of a view given two semi-transparent views being stacked.
What I need to do specifically is take two semi-transparent views (let's say with backgrounds #66000000
and #33000000
) and figure out what the equivalent singular view COLOR would be.
I have tried ColorUtils.blendARGB
but this does not give me the correct value.