The OpenD Programming Language

Image.layerOffsetInBytes

Get the layer offset (byte distance between successive layers), in bytes.

Warning: This pitch cannot be a negative integer. If the image has 0 or 1 layers, then return 0.

struct Image
nothrow @nogc @safe pure const
int
layerOffsetInBytes
()

See Also

pitchInBytes, layers. Tags: #valid #data

Meta