diff --git a/LUA.md b/LUA.md index fb8b5e9..d2efb92 100644 --- a/LUA.md +++ b/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) \ No newline at end of file + - [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) \ No newline at end of file