- /
-
For the Online Team (Remix)
on 21 Oct 2022
- 5
- 18
- 0
- 0
- 280
a=98;
b=@rescale;
X=linspace(-1,1,a);
[y,x] = meshgrid(X);
r=(x.^2+y.^2).^2.5;
r2=0-b(r,-1.5,.9);
z = b(sin(400*log(r2+2)+2*angle(x+y*1i)),0,1);
r2(r2<0)=0;
g=b(gray+(1-parula),0,1);
colormap jet
image(255*(1-r),'AlphaData',b((1-r2.*z),0,0.5).*b(abs(ifft2((r).^-1.25.*cos(7*rand(a)))),0,30));
camva(3)