[Question] Is it possible to get a gradient opacity effect in an image? #2071
Unanswered
KazysNoobiys
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Sounds to me, you'll need functionality from ImageSharp.Drawing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a mobile app on Xamarin.Forms I need to use an image with a gradient opacity. For example, the top of the image would be completely non-transparent and gradually become transparent to the bottom.
In WPF, there is an OpacityMask that allows you to do this. Xamarin doesn't have it. Is it possible to use
ImageSharp to generate an image with the required transparency on the server?
Beta Was this translation helpful? Give feedback.
All reactions