diff --git a/Understanding-CUE.NET-brushes.md b/Understanding-CUE.NET-brushes.md index 919c702..03bb782 100644 --- a/Understanding-CUE.NET-brushes.md +++ b/Understanding-CUE.NET-brushes.md @@ -11,4 +11,10 @@ CUE.NET provides by the default four gradients: * [Radial-Gradient-Brush](https://github.com/DarthAffe/CUE.NET/wiki/Radial-Gradient-Brush) * [Random-Color-Brush](https://github.com/DarthAffe/CUE.NET/wiki/Random-Color-Brush) -Of course you can always implement [your own brush](https://github.com/DarthAffe/CUE.NET/wiki/Implementing-an-own-brush). \ No newline at end of file +Of course you can always implement [your own brush](https://github.com/DarthAffe/CUE.NET/wiki/Implementing-an-own-brush). + +### Using brushes +Currently there are two ways of using brushes: + +1. Directly apply the brush to any _KeyGroup_ you like (including the keyboard itself). This can be done simply by setting the _Brush_-Property. +2. As part of an [effect](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-effects). \ No newline at end of file