createImageRGBA

Creates image from specified image data. Returns handle to the image or 0 on error.

nothrow @trusted @nogc
createImageRGBA
(,
int w
,
int h
,
const(void)[] data
,)

See Also

Meta