Options
All
  • Public
  • Public/Protected
  • All
Menu

Successor to the TextureWorker library, rewritten to Java and restructured.

since

3.0

Index

Functions

  • changeBitmapColor(source: Bitmap, colorR: number, colorG: number, colorB: number, colorA?: number): Bitmap
  • changeBitmapColor(source: Bitmap, color: number): Bitmap
  • Internal method to paint a whole picture represented as a android.graphics.Bitmap instance, to a specific RGB(A?) color.

    since

    3.0

    Parameters

    • source: Bitmap
    • colorR: number
    • colorG: number
    • colorB: number
    • Optional colorA: number

    Returns Bitmap

    your picture painted to the given color

  • Internal method to paint a whole picture represented as a android.graphics.Bitmap instance, to a specific RGB(A?) color represented as a color int.

    since

    3.0

    Parameters

    Returns Bitmap

    your picture painted to the given color

  • since

    3.0

    Returns GrayscaledTextureBuilder

    object to describe and create a texture made from another texture with grayscale filter applied to it, and write it to the storage.

  • since

    3.0

    Returns PaintedTextureBuilder

    object to describe and create a texture made from another texture with a specific color applied to it, and write it to the storage.

Generated using TypeDoc