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

Updated Random Color Brush (markdown)

DarthAffe 2015-11-29 12:59:04 +01:00
parent 90d9736d80
commit ec111e5165

@ -3,7 +3,7 @@ It's returning a random color for every key it's applied on every update.
> To be honest this brush is absolutely useless. I will rewrite it as soon as I have a good idea on how to make it customizable.
If you want to lit your whole keyboard with random colors you can use this code
If you want to fill your whole keyboard with random colors you can use this code
```C#
RandomColorBrush randomBrush = new RandomColorBrush();
keyboard.Brush = randomBrush;