鬼畜じゃねえですか…255数えんの大変だった(16,255,2,10の順になってる)

0 1

draw=_=>{createCanvas(W=500,W);background(0);t=frameCount/50.%TAU;x=cos(t-1)*20;y=sin(t-1)*20;while(x<520){while(y<560){fill(noise((x+y)/10)*255,0,t/7);beginShape();for(i=0;i<6;i++){t+=PI/3;x+=cos(t)*20;y+=sin(t)*20;vertex(x,y)}endShape();y+=40}x+=33;y-=580}}//#つぶやきProcessing

5 12

int i,j,r;
size(720,720);colorMode(HSB);noStroke();for(i=0;i<15;i++){push();translate(i%3*360+i/3%2*180,i/3*180);rotate(PI/4);clip(-128,-128,256,256);for(j=200;j>0;j-=10)for(r=0;r<6;r++){fill((i*99+j)%255,160,255-j/2);circle(cos(r+j)*j,sin(r+j)*j,j);}pop();}

9 54

Lo primero que yo haría sería superponer una textura de ruido perlin sobre el mapa del mundo, ponerla en umbral y situar una escuela allí donde el valor fuese 255, 255, 255 (blanco puro)
Sí, incluido océanos.

2 44

is upon us! Come visit and at booth no. 1255, or catch our book buzz Monday at 10:50 AM for an exclusive

4 14


C=0
setup=_=>createCanvas(W=720,W,WEBGL)&noStroke()
draw=_=>{clear();C+=2
for(i=W*2/3;i>0;i--){
d=noise(i-C)*TAU*2
fill(map(pow(sin(d),3),-1,1,255,0))
push()
translate(cos(d)*i,sin(d)*i,0)
sphere(W/6)
pop()}}

18 97

"Disks" color illusion 2: The backgrounds of the disks appear to be yellow and pink but are all the same color (RGB 255, 219, 139). Zooming out increases the effect. Original png file is at https://t.co/6r2PMc3nAK.

2 12

限りなく白(255,255,255)にちかい白じゃない色なら消すけど微妙なグレーだとこれは消すべきかどうか迷うし、このぐらい消してもどうしても目立つから全部1pxの白で縁取りしてるなあ

0 6

公式のRGBだとパキっとした色にならないよね
⭐️B255
🚀R255
🍀R255,G255
https://t.co/FKFFX1I7wY

0 2

float n=5000,h=400,t,a,r,d,g,x,y,i;
void setup(){
size(800,800);noStroke();}
void draw(){clear();
for(i=0;i<n;i++){
d=norm(dist(x,y,h,h),h,0);
a=norm(i,0,n);g=tan(a+i);
r=sin(d+g+a+i+t)*h;
x=h+sin(g)*r;y=h+cos(g)*r;
fill(255,d*255);
circle(x,y,d*10);
}t-=.02;}

14 70

Exhibition
'Antoni Tàpies. Antoni Tàpies. Profound Certainty'
Fundació Antoni Tàpies museum
Carrer Aragó, 255,
Near Casa Batllo & La Pedrera

+https://t.co/ubYxn9zpjL

6 23

David Novick's 4-color confetti illusion with spheres, which appear to be yellow, green, orange, and purple but in fact have exactly the same "base color" (RGB 255,216,157). Shrinking the image increases the effect.

59 167

ねこ以外は描かないのー?って。
描くんですがご覧の通り色塗りが圧倒的に苦手なんですよね。

その点つまようじねこは255,218,58なので便利です

0 1

255,000人!!おめでとうございす
o(>∀<*)o🎉✨🎉

11 39

Daily Illyasviel Von Einzbern continued from Waifu Hell.

2 10

素敵な企画ありがとうございます!
ヘンテコにわとりとひよこ、カワウソなどのイラストを描いてグッズ制作をしております

真夏のデザインフェスタ両日 B-254,255,256
LINEスタンプ▷ https://t.co/OSdXHQuK4h
minne▷https://t.co/uog3FxcZil

20 50


タグにおいていただいた4色

100,149,237
176,234,100
159,59,66
255,241,207

を使って創作キャラです。

説明
古代文明が作ったよくわからないロボット。古代人が滅んだので何の目的で動いているのか永遠にわからないのであった

81 236

オレセルシェーダの特性の関係で、環境ライトによっても結構印象変わる。
標準のは(255,255,255)の40%で、このSSの3枚は色や強さ変えてる。

0 3