public final class RasterColor extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_RASTERS
Maximum rasters.
|
static int |
MAX_RASTERS_M
Maximum rasters M.
|
static int |
MAX_RASTERS_R
Maximum rasters R.
|
Modifier and Type | Method and Description |
---|---|
int |
getEnd()
Get the ending color.
|
int |
getStart()
Get the starting color.
|
static RasterColor |
load(RasterData data,
int m,
int i,
boolean smooth)
Load all rasters data.
|
public static final int MAX_RASTERS
public static final int MAX_RASTERS_R
public static final int MAX_RASTERS_M
public static RasterColor load(RasterData data, int m, int i, boolean smooth)
data
- The raster data.m
- The raster smooth.i
- The raster id.smooth
- true
to smooth raster, false
else.public int getStart()
public int getEnd()
Copyright © 2017 Byron 3D Games Studio. All rights reserved.