Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rileyjshaw/eaf7327357f8a520100c to your computer and use it in GitHub Desktop.
Save rileyjshaw/eaf7327357f8a520100c to your computer and use it in GitHub Desktop.
A Pen by Riley Shaw.

Film grain effect in 138B of JavaScript

Golfed on this one until it fit in a tweet :)

...then golfed some more.

A Pen by Riley Shaw on CodePen.

License.

canvas#c loading...
for(c.height=c.width=999,i=1e6;i--;)with(c.getContext('2d'))x=i%1e3,y=i/1e3,fillStyle='hsl('+~~Math.tan(x*y)+',40%,40%)',fillRect(x,y,1,1)
body
margin: 0
canvas
display: block
margin: auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment