György Kőszeg figured out my problem: I needed to set the color options differently. Adding the following line of code after the initialization of info made it work perfectly!
info
info.ColorSpace = SKColorSpace.CreateSrgbLinear();