Data Update
This commit is contained in:
parent
015c2add84
commit
e50b5c3114
206 changed files with 6337 additions and 523 deletions
|
|
@ -3,7 +3,7 @@ using Luxor, Colors
|
|||
Drawing(800, 800)
|
||||
|
||||
function plasma(wid, hei)
|
||||
for x in 1:wid, y in 1:hei
|
||||
for x in -wid:wid, y in -hei:hei
|
||||
sethue(parse(Colorant, HSV(180 + 45sin(x/19) + 45sin(y/9) +
|
||||
45sin((x+y)/25) + 45sin(sqrt(x^2 + y^2)/8), 1, 1)))
|
||||
circle(Point(x, y), 1, :fill)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue