API:WindowSetTintColor
Aus WARWiki
Tints the window texture with a given color.
Nutzung
WindowSetTintColor(window, red, green, blue)
Arguments
* window (string)
- a valid window
- red (number)
- the red fraction of the RGB color. An integer number between 0 and 255.
- green (number)
- the green fraction of the RGB color. An integer number between 0 and 255.
- blue (number)
- the blue fraction of the RGB color. An integer number between 0 and 255.
Diese Funktion gibt keine Werte zurück.