Commit 75373682 by Alexander Bazo

Fix call to color generator function

parent a537428e
...@@ -17,7 +17,7 @@ function rgbToHex(r, g, b) { ...@@ -17,7 +17,7 @@ function rgbToHex(r, g, b) {
class Colors { class Colors {
static createRandomGazeColor() { static createRandomColor() {
let r = createRandomColorChannel(), let r = createRandomColorChannel(),
g = createRandomColorChannel(), g = createRandomColorChannel(),
b = createRandomColorChannel(); b = createRandomColorChannel();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment