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-03 21:34:29 +01:00
parent 3f0d1e58c6
commit e4fe26a1f5

8
LUA.md

@ -19,4 +19,10 @@ Below you can find an overview of the LUA API
- [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)
- [GetRadialGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getradialgradientbrush)
- [Drawing](https://github.com/SpoinkyNL/Artemis/wiki/Drawing)
- [Functions](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#functions)
- [DrawEllipse](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawellipse)
- [DrawLine](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawline)
- [DrawRectangle](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawrectangle)
- [DrawText](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawtext)