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

Updated Layers (markdown)

Robert Beekman 2017-09-12 16:19:01 +02:00
parent b019eaf301
commit 08bca8e0ae

@ -13,7 +13,6 @@ In the same way a profile contains layers, a layer can also contain layers (chil
| Width | int | Returns or sets the width of the layer. | Yes | Yes |
| Height | int | Returns or sets the height of the layer. | Yes | Yes |
| Contain | boolean | Returns or sets whether the layer's brush must be contained or not. | Yes | Yes |
| Opacity | double | Returns or sets the opacity of the layer (0.0 to 1.0). | Yes | Yes |
| AnimationSpeed | double | Returns or sets the animation speed of the layer. | Yes | Yes |
| AnimationProgress | double | Returns or sets the animation progress of the layer. | Yes | Yes |
| BrushType | string | Returns brush type of the layer. | Yes | No |