| Package | Description |
|---|---|
| org.dayflower.pathtracer.util |
Provides utilities that do not fit anywhere else.
|
| Modifier and Type | Method and Description |
|---|---|
static Image.ArrayComponentOrder |
Image.ArrayComponentOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Image.ArrayComponentOrder[] |
Image.ArrayComponentOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Image.toByteArray(Image.ArrayComponentOrder arrayComponentOrder)
Returns a
byte array representation of this Image instance. |
| Constructor and Description |
|---|
Image(int resolutionX,
int resolutionY,
byte[] array,
Image.ArrayComponentOrder arrayComponentOrder)
Constructs a new
Image instance. |
Image(int resolutionX,
int resolutionY,
int[] array,
Image.ArrayComponentOrder arrayComponentOrder)
Constructs a new
Image instance. |