TrueColorImage.Data

.

class TrueColorImage
struct Data {}

Members

Functions

colors
inout(Color)[] colors()

the same data as Color structs

Variables

bytes
ubyte[] bytes;

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

Meta