Exception when parameter TableA is null in "SKColorFilter.CreateTable" #3264
Unanswered
andreasfromch
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This may have been an accidental null check. I will check. Can you try passing in a set if solid black or transparent or something? |
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
-
I’m currently using the following code to change the color of a signature from navy to white.
In use was the version 2.88.9 of SkiaSharp. After upgrading to 3.119.0 I get the exception "System.ArgumentNullException: Value cannot be null. (Parameter 'tableA')".
Does anybody have an idea how to fill tableA that my method does the same thing as before upgrading to 3.119.0?
Beta Was this translation helpful? Give feedback.
All reactions