diff --git a/lib/utils/Colors.js b/lib/utils/Colors.js index be1f1bf..93e6d6b 100644 --- a/lib/utils/Colors.js +++ b/lib/utils/Colors.js @@ -17,7 +17,7 @@ function rgbToHex(r, g, b) { class Colors { - static createRandomGazeColor() { + static createRandomColor() { let r = createRandomColorChannel(), g = createRandomColorChannel(), b = createRandomColorChannel();