Say if I have a rgba frame raw data in memory, is there a way to convert it to a skBitmap? so that I can use other skia operation to draw on this frame. This case is using C++.
Thanks. :)
look at SkSurface::MakeRasterDirect()