Package | Description |
---|---|
com.b3dgs.lionengine.graphic |
Graphic basic dedicated package.
|
Modifier and Type | Method and Description |
---|---|
RasterData |
Raster.getBlue()
Get the blue raster.
|
RasterData |
Raster.getGreen()
Get the green raster.
|
RasterData |
Raster.getRed()
Get the red raster.
|
static RasterData |
RasterData.load(Xml root,
String color)
Load raster data from node.
|
Modifier and Type | Method and Description |
---|---|
static int |
UtilColor.getRasterColor(int i,
RasterData data,
int max)
Get raster color.
|
static RasterColor |
RasterColor.load(RasterData data,
int m,
int i,
boolean smooth)
Load all rasters data.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.