Package | Description |
---|---|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
agi.foundation.graphics.imaging |
Provides types for raster and image processing, and for writing JPEG 2000 files.
|
Modifier and Type | Method and Description |
---|---|
Texture2D |
Texture2DFactory.fromMemory(byte[] value,
RasterAttributes attributes)
Creates a new texture from memory.
|
Modifier and Type | Method and Description |
---|---|
RasterAttributes |
Raster.getAttributes()
Gets the
RasterAttributes that define the raster data. |
Modifier and Type | Method and Description |
---|---|
void |
Raster.copyFromMemory(byte[] value,
RasterAttributes attributes)
Copies the given memory into the raster.
|
void |
Raster.setAttributes(RasterAttributes value)
Gets the
RasterAttributes that define the raster data. |
Constructor and Description |
---|
Raster(byte[] value,
RasterAttributes attributes)
Initializes a raster from memory.
|