@ -3,8 +3,12 @@ It can learn, just badly...
## Purpose
It inverts the RGB color.
i.e.
```
White -> Black
[ 1.0, 1.0, 1.0 ] -> [ 0.0, 0.0, 0.0 ]
Red -> Cyan
[ 1.0, 0.0, 0.0 ] -> [ 0.0, 1.0, 1.0 ]