mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +00:00
Updated LUA (markdown)
parent
7e8e71ba30
commit
b8e9fbbcf8
13
LUA.md
13
LUA.md
@ -1,5 +1,4 @@
|
|||||||
# 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.
|
||||||
LUA introduction
|
|
||||||
|
|
||||||
# API
|
# API
|
||||||
Below you can find an overview of the LUA 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)
|
- [PressKeys](https://github.com/SpoinkyNL/Artemis/wiki/keyboard#presskeys)
|
||||||
- [Brushes](https://github.com/SpoinkyNL/Artemis/wiki/brushes)
|
- [Brushes](https://github.com/SpoinkyNL/Artemis/wiki/brushes)
|
||||||
- [Functions](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
|
- [Functions](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
|
||||||
- [GetColor](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#functions)
|
- [GetRandomColor](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getrandomcolor)
|
||||||
- [GetSolidColorBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
|
- [GetSolidColorBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getsolidcolorbrush)
|
||||||
- [GetLinearGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
|
- [GetLinearGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getlineargradientbrush)
|
||||||
- [GetRadialGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
|
- [GetRadialGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getradialgradientbrush)
|
||||||
Loading…
x
Reference in New Issue
Block a user