Title: minimi Post by: cKleinhuis on February 05, 2007, 03:14:25 AM Image Rendering with Point Orbit Traps (http://www.fractalmovies.com/gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=762&g2_serialNumber=1&g2_GALLERYSID=7864e27f64670785cd736b9f7088c1cd) notes: This image is the result of involving the IMAGE function to the result of the Orbit Traps Coloring Method, IMAGE(par1) this function takes a complex number as input, and returns a RGB value from the current image ( animations are also possible ) For those who are interested, the formula IMAGE(GETW(ITERATECOL(SETW2(#1000,#0),MINABS($Z,$W),ADD(POW($Z,#2),$PIXEL))))) produces the result, as a reminder the function for orbit trap coloring GETW(ITERATECOL(SETW2(#1000,#0),MINABS($Z,$W),$W),ADD(POW($Z,#2),$PIXEL)))) here is a more detailed description of the orbit traps coloring in mutatorkammer http://www.fractalforums.com/index.php?topic=513.0 |