mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Updated Layers (markdown)
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 |
|
| BrushType | string | Returns brush type of the layer. | Yes | No |
|
||||||
| Brush | brush | Returns or sets brush of the layer. | Yes | Yes |
|
| Brush | brush | Returns or sets brush of the layer. | Yes | Yes |
|
||||||
|
|
||||||
|
#### Example:
|
||||||
|
```lua
|
||||||
|
local layer = Profile.GetLayerByName("Test layer 1");
|
||||||
|
print(layer.Name)
|
||||||
|
```
|
||||||
|
|
||||||
## Functions
|
## Functions
|
||||||
### GetLayers
|
### GetLayers
|
||||||
Returns all layers within the profile
|
Returns all layers within the profile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user