createTexture

open override fun createTexture(name: String, width: Int, height: Int, pixels: IntArray): Texture

Creates a texture filled with the given color.


open override fun createTexture(name: String, width: Int, height: Int, color: Color): Texture

Creates a texture filled with the given color.