public final class Raster extends Object
Modifier and Type | Method and Description |
---|---|
RasterData |
getBlue()
Get the blue raster.
|
RasterData |
getGreen()
Get the green raster.
|
RasterData |
getRed()
Get the red raster.
|
static Raster |
load(Media media)
Load raster from media.
|
public static Raster load(Media media)
media
- The raster media.LionEngineException
- If null
argument or unable to read data.public RasterData getRed()
public RasterData getGreen()
public RasterData getBlue()
Copyright © 2016 Byron 3D Games Studio. All rights reserved.