Image.pixels

Array of pixels, in row-major order.

struct Image(COLOR, StorageType = PlainStorageUnit!COLOR)
StorageType[] pixels;

Meta