glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
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
)