The OpenD Programming Language

Image._data

Pointer to the pixel data. What is pointed to depends on _type. The amount of what is pointed to depends upon the dimensions. it is possible to have _data null but _type is known.

struct Image
package nothrow @nogc @safe
ubyte* _data;

Meta