From b8e9fbbcf8665d5d663fb7c00dc1e4a7ade3211c Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Wed, 2 Nov 2016 17:26:57 +0100 Subject: [PATCH] Updated LUA (markdown) --- LUA.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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