Skip to main content
Source Link
pajonk
  • 20.1k
  • 5
  • 29
  • 81

R, 98 bytes

\(n)image(matrix(seq(m<-outer(k<-0:255/255,k,Vectorize(\(a,b)hsv(n/360,a,b)))),256),c=m,ax=F,as=1)

Draw it on rdrr.io!
check byte count