top of page

B.: "If you were condemned to perpetual incarceration within a totally dark cell, what would you do?"

D.: "I would create phosphenes.  I would exert pressure on my eyes with my fingers to make an image emerge from my intra-retina.”

--- from Conversations with Dalí by Alain Bosquet  (p.62)

This series is ongoing exploration of color, morphing  form and movement within the lenticular medium. Here is a video of Phosphene Green. An edition of five is created for each artwork and the lens is circle cut.

bottom of page
//sketch1 for transparency_Heather Lowe void setup() { size(500,400); } void draw() { background(24, 200, 150); stroke(255, 255, 255); fill(160, 220, 90, 70); ellipse(200, 200, 300, 300); fill(252, 246, 115); ellipse(200, 200, 175, 175); fill(160, 210, 230, 50); rect(mouseX, mouseY, 200, 200, 20); fill(240, 30, 0, 80); ellipse (200, mouseY, 100, 100); fill(240, 30, 0, 50); ellipse (300, mouseX, 90, 90); fill(240, 30, 0, 30); ellipse (mouseX, 50, 70, 70); fill(160, 210, 230, 50); rect(mouseY, mouseX, 100, 100, 20); }