diff --git a/Layers.md b/Layers.md index d32e878..3612ab4 100644 --- a/Layers.md +++ b/Layers.md @@ -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 |