JetBrains / skija

Java bindings for Skia
Apache License 2.0
2.63k stars 127 forks source link

How to modify the pixels of a picture #132

Closed HollisMeynell closed 3 years ago

HollisMeynell commented 3 years ago

I want to change the white pixels of the. PNG picture to other colors. There is no such function:Bitmap.setPixel() What should I do