drawTintedTexture

abstract fun drawTintedTexture(texture: Texture, tint: Color, srcX: Float, srcY: Float, width: Float, height: Float, destX: Float, destY: Float, destWidth: Float = width, destHeight: Float = height, modelMatrix: Matrix? = null)