SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
I am trying to write overlay text on images using Skiasharp and it's working but I am not able to change the text color from white to any other colors.
Description
I am trying to write overlay text on images using Skiasharp and it's working but I am not able to change the text color from white to any other colors.
Code
The best way to share code for larger projects is a link to a GitHub repository: https://github.com/user/repo/tree/bug-123
But, you can also share a short block of code here:
Expected Behavior
Text Color must be in green.
Actual Behavior
Text color is always white
Version of SkiaSharp
2.88.3 (Current)
Last Known Good Version of SkiaSharp
2.88.2 (Previous)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Linux
Platform / Operating System Version
Ubuntu 22.04 Ubuntu 20.04
Devices
No response
Relevant Screenshots
No response
Relevant Log Output
No response
Code of Conduct