Class: Texture
This page documents the methods and fields available in the Texture class.
Members
| Signature | Description |
|---|---|
Texture(int, int, Format) | Creates a new instance of Texture. |
Texture(int, int, boolean) | Creates a new instance of Texture. |
Texture(int, int, boolean, Format) | Creates a new instance of Texture. |
apply() | Performs the apply operation. |
black() | Performs the black operation. |
copyPixels(Texture) | Returns a copy of this Texture instance. |
empty() | Performs the empty operation. |
exportToFile(JAVARuntime.File) | Performs the exportToFile operation using the provided parameters (file). |
exportToFile(JAVARuntime.File, int) | Performs the exportToFile operation using the provided parameters (file, quality). |
exportToFile(JAVARuntime.File, int, ExportMode, ExportFormat) | Performs the exportToFile operation using the provided parameters (file, quality, exportMode, exportFormat). |
get() | Returns the current value. |
get() | Returns the current value. |
get() | Returns the current value. |
get() | Returns the current value. |
get(int, int) | Returns the current value. |
get(int, int, Color) | Returns the current value. |
getFloatAlpha(int, int) | Returns the current float alpha. |
getFloatBlue(int, int) | Returns the current float blue. |
getFloatGreen(int, int) | Returns the current float green. |
getFloatRed(int, int) | Returns the current float red. |
getFullName() | Returns the current full name. |
getHeight() | Returns the current height. |
getInspector(Context, Constructor, String, UserPointer) | Returns the current inspector. |
getInspector(Context, Field, Object, String, GetSetterListener, UserPointer) | Returns the current inspector. |
getInspectorForArray(Context, Object[], int, Object, String, GetSetterListener, UserPointer) | Returns the current inspector for array. |
getInspectorForList(Context, GhostList, int, Object, String, GetSetterListener, UserPointer) | Returns the current inspector for list. |
getIntAlpha(int, int) | Returns the current int alpha. |
getIntBlue(int, int) | Returns the current int blue. |
getIntGreen(int, int) | Returns the current int green. |
getIntRed(int, int) | Returns the current int red. |
getPixel(Vector2) | Returns the current pixel. |
getPixel(int, int) | Returns the current pixel. |
getSimpleName(UserPointer) | Returns the current simple name. |
getWidth() | Returns the current width. |
isMipmapEnabled() | Returns whether mipmap enabled is true. |
isRenderable(Texture) | Returns whether renderable is true. |
isRenderable(TextureInstance) | Returns whether renderable is true. |
isRestorable() | Returns whether restorable is true. |
isRestorable() | Returns whether restorable is true. |
isWritable() | Returns whether writable is true. |
loadFile(JAVARuntime.File) | Loads file into the object. |
loadFile(TextureFile) | Loads file into the object. |
loadInputStream(InputStream) | Loads input stream into the object. |
newDepth(int, int) | Creates a new depth. |
newInstance(UserPointer) | Creates a new instance. |
newInstance(UserPointer) | Creates a new instance. |
restore(Variable, UserPointer) | Performs the restore operation using the provided parameters (variable, userPointer). |
restore(Variable, UserPointer) | Performs the restore operation using the provided parameters (variable, userPointer). |
save(String, Object, UserPointer) | Saves data from the object. |
save(String, Object, UserPointer) | Saves data from the object. |
set(Variable) | Sets or updates the the value. |
set(Variable) | Sets or updates the the value. |
set(Variable) | Sets or updates the the value. |
set(Variable) | Sets or updates the the value. |
set(int, int, Color) | Sets or updates the the value. |
set(int, int, float, float, float) | Sets or updates the the value. |
set(int, int, float, float, float, float) | Sets or updates the the value. |
set(int, int, int, int, int) | Sets or updates the the value. |
set(int, int, int, int, int, int) | Sets or updates the the value. |
setA(int, int, float) | Sets or updates the a. |
setA(int, int, int) | Sets or updates the a. |
setB(int, int, float) | Sets or updates the b. |
setB(int, int, int) | Sets or updates the b. |
setG(int, int, float) | Sets or updates the g. |
setG(int, int, int) | Sets or updates the g. |
setMipmapEnabled(boolean) | Sets or updates the mipmap enabled. |
setPixel(Vector2, Color) | Sets or updates the pixel. |
setPixel(int, int, Color) | Sets or updates the pixel. |
setR(int, int, float) | Sets or updates the r. |
setR(int, int, int) | Sets or updates the r. |
white() | Performs the white operation. |