toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.backend
/
Backend
/
drawTintedTexture
draw
Tinted
Texture
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
)