Specifies the parameters of the resulting android.graphics.Bitmap object.
reference to itself to be used in sequential calls
Specifies the RGB(A?) color the texture will be painted in.
reference to itself to be used in sequential calls
android.graphics.Bitmap object of the resulting texture, or null if it had been already written to storage before, or bitmap was not called
Specifies the path to the resulting texture in the storage.
absolute poth to the directory, where the resulting texture will be stored
resulting texture's name without .png
reference to itself to be used in sequential calls
Specifies the path to the source texture in the storage.
absolute poth to the directory, where the source texture will be stored
source texture's name without .png
reference to itself to be used in sequential calls
Specifies the source texture represented as a android.graphics.Bitmap object.
reference to itself to be used in sequential calls
Generated using TypeDoc
Object returned by TextureWorker.createPaintedTexture used to describe and create a texture made from another texture with a specific color applied to it, and write it to the storage.
3.0