ColorBlit.this

Construct an color blitter. pixels - pointer to a 32 bpp pixel buffer stride - buffer width in pixels height - buffer heigth in pixels

note: buffer must be 16 byte aligned, stride must be multiple of 4

struct ColorBlit
this
(
uint* pixels
,
int stride
,
int height
)

Meta