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

Updated Drawing (markdown)

Robert Beekman 2016-11-03 21:33:52 +01:00
parent 271c1702b1
commit 3f0d1e58c6

@ -2,10 +2,10 @@ The Drawing variable lets you draw brushes to the keyboard in different shapes.
To get the Drawing variable you need to subscribe to the [ProfileDrawing](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profiledrawing) event, as shown in the examples paired with each funtion. To get the Drawing variable you need to subscribe to the [ProfileDrawing](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profiledrawing) event, as shown in the examples paired with each funtion.
## Overview ## Overview
* [DrawEllipse](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getcolor) * [DrawEllipse](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawellipse)
* [DrawLine](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getrandomcolor) * [DrawLine](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawline)
* [DrawRectangle](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getsolidcolorbrush) * [DrawRectangle](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawrectangle)
* [DrawText](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getlineargradientbrush) * [DrawText](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawtext)
## Functions ## Functions
### DrawEllipse ### DrawEllipse