imageScale
fun imageScale(texture: Texture, pos: Point, scale: Double = 1.0, filtering: Boolean = this.filtering)
Renders a texture with the blendMode at x, y scaling it by scale. The texture colors will be multiplied by multiplyColor. Since it is multiplicative, white won't cause any effect.