The OpenD Programming Language

Image._width

Width of the image in pixels, when pixels makes sense. By default, this width is 0 (but as the image has no pixel data, this doesn't matter).

struct Image
package nothrow @nogc @safe
int _width;

Meta