1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

Updated Layers (markdown)

Robert Beekman 2016-11-03 22:43:27 +01:00
parent d92d7316f2
commit ba33006417

@ -18,6 +18,12 @@ Once you've used the Profile variable to get a layer, you can access it's proper
| BrushType | string | Returns brush type of the layer. | Yes | No |
| Brush | brush | Returns or sets brush of the layer. | Yes | Yes |
#### Example:
```lua
local layer = Profile.GetLayerByName("Test layer 1");
print(layer.Name)
```
## Functions
### GetLayers
Returns all layers within the profile