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