Commit ddc924ec by Иван Кубота

less grays

parent b7cff426
......@@ -820,7 +820,7 @@
}
}
for(var i = 0; i <= 256; i+=256/6){
for(var i = 0; i <= 256; i+=256/3){
var clr = [i,i,i];
var p = new Point( 290 , 0 ).rotate( i/256*6.28/4 ).add( 250, 250 );
......
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 to comment