public PixVolume(Col.Format format, int sizeX, int sizeY, int sizeZ) : this(format, CreateTensor4 <T>(sizeX, sizeY, sizeZ, Col.ChannelCount(format))) { }
public PixVolume(Col.Format format, V3i size) : this(format, CreateTensor4 <T>(size.X, size.Y, size.Z, Col.ChannelCount(format))) { }