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

Created LUA (markdown)

Robert Beekman 2016-11-01 18:07:41 +01:00
parent 3ebe1aec51
commit 13e1ee725c

23
LUA.md Normal file

@ -0,0 +1,23 @@
# Introduction
LUA introduction
# API
Below you can find an overview of the LUA API
- [Profile](https://github.com/SpoinkyNL/Artemis/wiki/profile)
- [Properties](https://github.com/SpoinkyNL/Artemis/wiki/profile#properties)
- [Name](https://github.com/SpoinkyNL/Artemis/wiki/profile#name)
- [Functions](https://github.com/SpoinkyNL/Artemis/wiki/profile#functions)
- [GetLayers](https://github.com/SpoinkyNL/Artemis/wiki/profile#getlayers)
- [GetLayerByName](https://github.com/SpoinkyNL/Artemis/wiki/profile#getlayerbyname)
- [Keyboard](https://github.com/SpoinkyNL/Artemis/wiki/keyboard)
- [Properties](https://github.com/SpoinkyNL/Artemis/wiki/keyboard#properties)
- [Name](https://github.com/SpoinkyNL/Artemis/wiki/keyboard#name)
- [Functions](https://github.com/SpoinkyNL/Artemis/wiki/keyboard#functions)
- [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)