-
Hi. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
System.Drawing.Color color |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
You could do the following: var magickColor = new MagickColor();
magickColor.SetFromColor(color);
mask1.Transparent(magickColor); But I think it would be better to switch to using MagickColor instead. |
Beta Was this translation helpful? Give feedback.
With a search you would have found #657 or #652.