Hi
my current android application has a use case that allows the user to select an image as the applications background image
the user should be able to pre process the image before setting it as the applications background.
the user can both Darken and Blur the image which I am attempting to support using Coil3
how can i achieve this as Coil3 seems to have removed the BlurTransformation that was present in Coil2?
also i cannot find a "Darken" transform in Coil3
i wish to present my users with the selected background image and have two sliders, one to control Darkeness and one to control the amount
of Blurring added to the original image in real time
is this possible using compose coil3?