The OpenD Programming Language

Image._layerCount

Number of layers of the image. A normal image has typically 1 layer, animated image have more.

struct Image
package nothrow @nogc @safe
int _layerCount;

Meta