Package | Description |
---|---|
com.b3dgs.lionengine.graphic |
Graphic basic dedicated package.
|
Modifier and Type | Method and Description |
---|---|
ImageFormat |
ImageHeaderModel.getFormat() |
ImageFormat |
ImageHeader.getFormat()
Get image format.
|
static ImageFormat |
ImageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageFormat[] |
ImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImageHeaderModel(int width,
int height,
ImageFormat format)
Create image header.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.