Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.core | |
com.b3dgs.lionengine.drawable |
Modifier and Type | Method and Description |
---|---|
static Filter |
Filter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter[] |
Filter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Filter |
Config.getFilter()
Get the filter.
|
Modifier and Type | Method and Description |
---|---|
static ImageBuffer |
UtilityImage.applyFilter(ImageBuffer image,
Filter filter)
Apply a filter to the input buffered image.
|
Constructor and Description |
---|
Config(Resolution output,
int depth,
boolean windowed,
Filter filter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Sprite.filter(Filter filter)
Apply a filter to the sprite.
|
void |
SpriteParallaxed.prepare(Filter filter)
Update all changes.
|
Copyright © 2014 Byron 3D Games Studio. All rights reserved.