Bitmap.fromPixels

Create bitmap from existing pixel buffer.

class Bitmap
static
fromPixels
(
uint width
,
uint height
,
BitmapFormat format
,,
ubyte[] pixels
,
bool should_copy = true
)

Meta