final class TextureAtlasSprite.InterpolationData
extends java.lang.Object
implements java.lang.AutoCloseable
Modifier and Type | Field and Description |
---|---|
private NativeImage[] |
images |
Modifier | Constructor and Description |
---|---|
private |
InterpolationData(TextureAtlasSprite.Info spriteInfoIn,
int mipmapLevelsIn) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
private int |
getPixelColor(int frameIndex,
int mipmapLevel,
int x,
int y) |
private int |
mix(double ratio,
int val1,
int val2) |
private void |
uploadInterpolated() |
private final NativeImage[] images
private InterpolationData(TextureAtlasSprite.Info spriteInfoIn, int mipmapLevelsIn)