SKMaskFilter.CreateBlur and SKMaskFilter.CreateGamma issue #2683
Closed
SuperPotato45
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm struggling with some issue related to SKMaskFilter. I try to use Gamma, I found CreateGamma method available for SKMaskFilter. I want to apply this filter on whole SKBitmap. I tried something like code example in the documentation
But this code doesn't work, I've tried SKMaskFilter.CreateBlur and it doesn't work as well. I discovered that CreateBlur is also available in SKImageFilter and when I used it this way it worked, but Gamma is not available in SKImageFilter. Am I doing something wrong or is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions