iguiimage

Contents

Name Description
setcolor( color )

Set the color of the image

setimage( texture )

Set the image of the element


setcolor( color color )

Set the color of the image

Sets the color offset (additive color) for the image.

Parameters

Defined at client/lua_api/gui/iguiimage.cpp:74


setimage( itexture texture )

Set the image of the element

Sets the image for the element. TODO: Memory leak of old images?

Parameters

Defined at client/lua_api/gui/iguiimage.cpp:91