代码


var p=Math.pow(Math.sin(x*0.02)+Math.cos(y*0.02),2);
if(p>0.7){
  r=255*p; 
  g=255*Math.pow(p,3); 
  b=255*Math.pow(p,5);
}
        

评论

暂未开放。。。