buffer property

Pointer<Uint8>? buffer

Pointer to the internal RGBA image buffer if available; the size is calculated by width*height*4.

Implementation

Pointer<Uint8>? get buffer;