A 2D grid of ByteVector4 values that can be stored in ARGB PNG files.
More...
|
int | Width |
| The width of the grid (number of values along the X axis). More...
|
|
int | Height |
| The height of the grid (number of values along the Y axis). More...
|
|
| Grid (int width, int height) |
| Creates a new empty grid. More...
|
|
| Grid (T[,] data) |
| Creates a new grid based on an existing array. More...
|
|
internal readonly T [,] | Data |
| The internal array containing the values. More...
|
|
virtual T | this[int x, int y] [get, set] |
|
A 2D grid of ByteVector4 values that can be stored in ARGB PNG files.
◆ Load()
static ByteVector4Grid OmegaEngine.Values.ByteVector4Grid.Load |
( |
[NotNull] Stream |
stream | ) |
|
|
inlinestatic |
Loads a grid from a PNG stream.
The documentation for this class was generated from the following file:
- OmegaEngine/Values/ByteVector4Grid.cs