diff options
Diffstat (limited to 'public/js/color.js')
| -rw-r--r-- | public/js/color.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/color.js b/public/js/color.js index 5063423..85fe95d 100644 --- a/public/js/color.js +++ b/public/js/color.js @@ -33,7 +33,7 @@ Color.prototype.alpha = function(a){ } var colors = { - red: new Color([ 255,0,0,0.1 ]), + red: new Color([ 255,0,0 ]), blue: new Color([ 0,0,255 ]), black: new Color([ 0,0,0 ]), green: new Color([ 0,128,0 ]), |
