1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 16:58:29 +00:00

Added some more content

DarthAffe 2015-11-28 19:47:12 +01:00
parent fe79d1828f
commit 357ab93b95

@ -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).
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).