I'm trying to programmatically add a TintTransformation to an svg. However, the none of the classes in the FFImageLoading.Transformations namespace are available.
Only these are available:
FFImageLoading.Transformations.TransformationBase
FFImageLoading.Transformations.FFColorMatrix
I have this assembly referenced;
\packages\Xamarin.FFImageLoading.2.3.4\lib\MonoAndroid10\FFImageLoading.dll
Any ideas?