| Class | Description |
|---|---|
| Bitmap |
A class that provides the functionality to store, compress, uncompress and resize basic image formats.
Currently supported formats are png and jpeg. |
| Color |
A color represented in RGBA space, alpha is expected to be non-premultiplied.
|
| Frustum |
A 3D frustum defined by 6 clipping planes.
|
| ViewState |
A class containing various view parameters for a view state.
|
| Enum | Description |
|---|---|
| ColorFormat |
Possible image formats.
|