Package | Description |
---|---|
com.b3dgs.lionengine.core |
Lower level classes related, close to the engine.
|
com.b3dgs.lionengine.drawable |
Classic drawable classes for a ready to use image manipulation.
|
com.b3dgs.lionengine.graphic |
Graphic related package.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterBilinear
Bilinear filter implementation.
|
class |
FilterBlur
Blur filter implementation.
|
class |
FilterHq2x
HQ2X implementation.
|
class |
FilterHq3x
HQ3X implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
Sequence.setFilter(Filter filter)
Set the filter to use.
|
Modifier and Type | Method and Description |
---|---|
void |
Sprite.filter(Filter filter)
Apply a filter to the sprite.
|
Modifier and Type | Field and Description |
---|---|
static Filter |
Filter.NO_FILTER
No filter.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.