I suspect that you are using the Q16 version of Magick.NET. The MagickColor constructor that accepts ushort as an argument has a range of 0-65535 and not 0-255 as you are probably used to from System.Drawing. I will make sure that the next version of Magick.NET has better xml documentation that explains the valid range.
↧