TrueColorImage.Data

.

class TrueColorImage
nothrow @nogc
struct Data {}

Members

Variables

bytes
ubyte[] bytes;

the data as rgba bytes. Stored left to right, top to bottom, no padding.

Meta