Interface CLNImageMipMapChainType
public interface CLNImageMipMapChainType
A chain of generated mipmaps.
-
Method Summary
Modifier and TypeMethodDescriptionintbyte[]mipMapUncompressedBytes(int level) Retrieve the uncompressed bytes for the given mipmap level.
-
Method Details
-
imageInfo
CLNImageInfo imageInfo()- Returns:
- The image info for the base image
-
mipMapLevelCount
int mipMapLevelCount()- Returns:
- The number of levels in the chain
-
mipMapUncompressedBytes
byte[] mipMapUncompressedBytes(int level) Retrieve the uncompressed bytes for the given mipmap level.- Parameters:
level- The mipmap level- Returns:
- The uncompressed bytes
-