[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math

Search:


View post   

>> No.9595270 [View]
File: 56 KB, 512x512, download.png [View same] [iqdb] [saucenao] [google]
9595270

var def = {
size: 512,
getRed: function(i, j) {
return (j + i) * ((j + i) % 3) * 255/ 1024 * 2;
},

getGreen: function(i, j) {
return 2.0 * this.getRed(i, j);
},

getBlue: function(i, j) {
return 4.0 * this.getRed(i, j);
},
}

Navigation
View posts[+24][+48][+96]