; copy and paste the text of this file into an open UF window, or save this document as colordemo.upr in your UltraFractal\Parameters folder colordemo { ; Colordemo ; A two-layer image demonstrating Mapping, ; Inside and Outside Solid Color, Inside and ; Outside Formula Coloring and Outside ; Designated Index coloring ; Copyright 2000, Robert D. Williams fractal: title="colordemo" width=480 height=480 resolution=200 author="robert williams" created="January 22, 2000" numlayers=2 layer: insolid=32768 outsolid=650362 mapsolid=16711935 method=multipass caption="Layer 2" opacity=100 visible=yes alpha=yes mapping: center=-0.0243178144860837168/0.800907092373438527 magn=1048.96551724137931 angle=0 numtransforms=1 transform: filename="lp.uxf" entry="scissors" p_shape="general" p_center=-0.0241509834538680692/0.801558527832566294 p_width=0.0015 p_height=0.0006 p_tilt=0 p_power=1.5 formula: filename="Standard.ufm" entry="Mandelbrot" maxiter=80 percheck=normal p_start=0/0 p_power=2/0 p_bailout=4 inside: filename="rdw.ucl" entry="Insidedemo" density=150 transfer=linear repeat=yes outside: filename="rdw.ucl" entry="iterationtrap" transfer=linear repeat=yes p_itrap=0.51/0.6 p_trapcolor="Normal" p_btrap="Index" p_atrap="Solid" p_colindex3=0 p_colindex1=0.62 p_colindex2=0 gradient: smooth=no numnodes=8 index=21 color=39669 index=75 color=65536 index=149 color=0 index=168 color=16756826 index=206 color=0 index=245 color=16777045 index=281 color=327680 index=377 color=196608 alpha: smooth=yes numnodes=3 index=107 alpha=255 index=116 alpha=0 index=139 alpha=255 layer: insolid=33023 outsolid=65280 mapsolid=16711935 method=multipass caption="Layer 1" opacity=100 visible=yes alpha=no mapping: center=-0.0237311559112594615/0.800467098442320336 magn=340.913793103448276 angle=0 formula: filename="Standard.ufm" entry="Mandelbrot" maxiter=200 percheck=normal p_start=0/0 p_power=2/0 p_bailout=4 inside: filename="dmj.ucl" entry="dmj-Trap" density=10 transfer=linear offset=200 repeat=yes p_trapshape="heart" p_trapcolor="distance" p_traptype="second farthest" p_traporder=4 p_trapfreq=1 p_trapcenter=0/0 p_trapdrift=0/0 p_traporbit=0/0 p_movetrap=no p_aspect=1 p_threshold=0.25 p_diameter=1 p_angle=0 p_anglestep=0 p_skew=0 p_skewstep=0 p_trapfunc="linear" p_prescale=1 p_postscale=1 p_trapabs=no p_trapstart=0 p_trapiter=10000 p_trapskip=0 p_gauss=0 p_gaussgcenter=0/0 p_gaussr=0 p_gausss=0 p_gausscenter=0/0 p_radialmode="kaleidoscope" p_solidcolor=no outside: filename="dmj.ucl" entry="dmj-Trap" transfer=linear repeat=yes p_trapshape="point" p_trapcolor="distance" p_traptype="closest" p_traporder=4 p_trapfreq=1 p_trapcenter=0/0 p_trapdrift=0/0 p_traporbit=0/0 p_movetrap=no p_aspect=1 p_threshold=0.25 p_diameter=1 p_angle=0 p_anglestep=0 p_skew=0 p_skewstep=0 p_trapfunc="linear" p_prescale=1 p_postscale=1 p_trapabs=no p_trapstart=0 p_trapiter=10000 p_trapskip=0 p_gauss=0 p_gaussgcenter=0/0 p_gaussr=0 p_gausss=0 p_gausscenter=0/0 p_radialmode="kaleidoscope" p_solidcolor=no gradient: smooth=no numnodes=8 index=6 color=16777045 index=34 color=327680 index=172 color=196608 index=193 color=16759551 index=223 color=0 index=290 color=0 index=336 color=16745728 index=377 color=0 } rdw.ucl:Insidedemo { ; red williams, January 2000 ; A coloring method with virtually no practical ; utility written solely to accompany a tutorial ; ; Make sure that Repeat Gradient is enabled. ; final: int test = abs(round(real(#pixel)*0.25*#magn*#width)) if test % 7 == 2 || test % 7 == 3 #index = 16.5 + 0.25 * real(#pixel) else #solid = true endif default: title= "Inside Demo" }