Update README.md

pull/1/head
E. Almqvist 4 years ago committed by GitHub
parent 81e99f0fc4
commit fecfe013a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      rgbAI/README.md

@ -3,8 +3,12 @@ It can learn, just badly...
## Purpose ## Purpose
It inverts the RGB color. It inverts the RGB color.
i.e. i.e.
```
White -> Black White -> Black
[ 1.0, 1.0, 1.0 ] -> [ 0.0, 0.0, 0.0 ] [ 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 ]
```

Loading…
Cancel
Save