beyond just passing the color. Looking at the possible values,
hue
is the one I guess I should use (commented "The effect is to tint the destination image with the source image.").
To my disappointment this is how it looks:
Copy code
hue(null), // Not Supported
Is there any other suitable replacement to achieve tinting the image?
l
Leland Richardson [G]
03/19/2020, 11:47 PM
From a colleague:
ColorFilter.tint
We needed to make this API a bit more generic to consume a wider range of values for applying ColorFilter parameters so what was previously