glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.backend
/
DummyBackend
/
createTexture
create
Texture
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
.