Package com.io7m.calino.api
Interface CLNSectionWritableImageArrayType
- All Superinterfaces:
AutoCloseable,CLNSectionWritableStandardType,CLNSectionWritableType,Closeable
- All Known Implementing Classes:
CLN1SectionWritableImageArray
A writable array image section.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a set of mipmaps in the image.Methods inherited from interface com.io7m.calino.api.CLNSectionWritableType
identifier, sectionDataChannel
-
Method Details
-
createMipMaps
CLWritableMipMapsArrayType createMipMaps(CLNImageArrayMipMapDeclarations mipMaps) throws IOException Create a set of mipmaps in the image.- Parameters:
mipMaps- The mipmap descriptions- Returns:
- An interface used to write mipmap data
- Throws:
IOException- On errors
-