1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Updated LUA (markdown)

Robert Beekman 2016-11-02 17:26:57 +01:00
parent 7e8e71ba30
commit b8e9fbbcf8

13
LUA.md

@ -1,5 +1,4 @@
# Introduction
LUA introduction
Artemis features a LUA scripting environment. For each profile you can create a LUA script to control the profile layers, draw your own shapes or execute actions.
# API
Below you can find an overview of the LUA API
@ -16,8 +15,8 @@ Below you can find an overview of the LUA API
- [PressKeys](https://github.com/SpoinkyNL/Artemis/wiki/keyboard#presskeys)
- [Brushes](https://github.com/SpoinkyNL/Artemis/wiki/brushes)
- [Functions](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetColor](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetRandomColor](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetSolidColorBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetLinearGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetRadialGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetColor](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getcolor)
- [GetRandomColor](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getrandomcolor)
- [GetSolidColorBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getsolidcolorbrush)
- [GetLinearGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getlineargradientbrush)
- [GetRadialGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getradialgradientbrush)