REFERENCE MANUAL
The Image class contains objects for importing image files and enumerations used when defining images in Visualize. More...
Classes | |
class | ExportOptionsKit |
The Image::ExportOptionsKit class contains options that will be used to export image files. More... | |
class | File |
The File class provides a function to import and export image files. More... | |
class | ImportOptionsKit |
The ImportOptionsKit class contains options that will be used to import image files and will be set on the ImageKit returned by File::Import. More... | |
Public Types | |
enum | Format { Format.RGB = 0, Format.RGBA = 1, Format.ARGB = 2, Format.Mapped8 = 3, Format.Grayscale = 4, Format.Jpeg = 5, Format.Png = 6, Format.Targa = 7, Format.DXT1 = 8, Format.DXT3 = 9, Format.DXT5 = 10 } |
Enumerates the various image formats that Visualize supports. More... | |
The Image class contains objects for importing image files and enumerations used when defining images in Visualize.
enum HPS.Image.Format |
Enumerates the various image formats that Visualize supports.