[DrawSize] X_Size=800 Y_Size=600 [Main] Renderer=Fractal Explorer 2.00 13.02.2004 Comment=www.wack.ch/frac SignText=Rico Wack [Fractal] X_Coord=-1.20693123446044967 Y_Coord=-0.593126297719526096 W_Coord=0.0195785515934531979 X0_Coord=-1.20693123446044967 Y0_Coord=-0.590678978770344446 W0_Coord=0.0195785515934531979 AutoIter=0 LayerRed=33023 LayerGreen=33023 LayerBlue=33023 IFSIter=100 Number=3000 ST_Number=1 BailOut=64 MaxIter=100 Rotation=10 Rotation_free=153 P1real=1.57999996468424797 P1imag=-0.439999990165233612 P2real=0.85999998077750206 P2imag=-0.739999983459711075 P3real=-0.739999983459711075 P3imag=-0.839999981224536896 P4real=0.259999990463256836 P4imag=-0.419999986886978149 PJreal=0 PJimag=0 Function1=3 Function2=14 Transformer=3 JulieSet=0 Inverted=0 F-Set=1 Filter=31 Strange=0.0599999986588954926 KeepBlk=0 NoOutside=0 Filter only=0 IFSColorStyle=0 IFSSolidRed=255 IFSSolidGreen=255 IFSSolidBlue=255 IFSquick=1 Smoothing=0 Double=0 Precision=3 ConstructorA1=1 ConstructorB1=0 ConstructorC1=1 ConstructorD1=0 ConstructorE1=0 ConstructorF1=0 ConstructorG1=0 ConstructorH1=0 ConstructorI1=0 ConstructorJ1=0 ConstructorK1=0 ConstructorL1=0 ConstructorM1=0 [IFS] Name=Fern Count=4 Frm0A=0 Frm0B=0 Frm0C=0 Frm0D=0.160000000000000003 Frm0E=0 Frm0F=0 Frm0P=0.0100000000000000002 Frm1A=0.849999999999999978 Frm1B=0.0400000000000000008 Frm1C=-0.0400000000000000008 Frm1D=0.849999999999999978 Frm1E=0 Frm1F=1.60000000000000009 Frm1P=0.849999999999999978 Frm2A=0.200000000000000011 Frm2B=-0.260000000000000009 Frm2C=0.23000000000000001 Frm2D=0.220000000000000001 Frm2E=0 Frm2F=1.60000000000000009 Frm2P=0.0700000000000000067 Frm3A=-0.149999999999999994 Frm3B=0.280000000000000027 Frm3C=0.260000000000000009 Frm3D=0.239999999999999991 Frm3E=0 Frm3F=0.440000000000000002 Frm3P=0.0700000000000000067 [Quaternion] W=0 CR=-0.456425999999999998 CI=0.510553000000000035 CJ=0.122399999999999995 CK=-0.092399999999999996 Rx=0 Ry=0 Rz=0 Lx=2 Ly=0 Lz=-4 Lx2=-2 Ly2=0 Lz2=-4 AmbientClR=50 AmbientClG=50 AmbientClB=50 DiffuseClR=190 DiffuseClG=150 DiffuseClB=0 SpeculaClR=255 SpeculaClG=255 SpeculaClB=255 AmbientClR2=50 AmbientClG2=50 AmbientClB2=50 DiffuseClR2=190 DiffuseClG2=150 DiffuseClB2=0 SpeculaClR2=255 SpeculaClG2=255 SpeculaClB2=255 MergeMode=0 MergeModeAlpha=10 StepBig=200 StepSmall=40 MaxIter=10 Bailout=16 QTrims=1 [UserFrm] StringCount=25 Str0=//˙Formula:˙Mandelbrot Str1=//˙Example˙"how˙to"˙enabling˙all˙pars Str2=//˙Z=Fn1(Z); Str3=//˙Z=(Z+P1)*(Z+P2)+Fn2(C+P3)+P4; Str4= Str5=//˙Available˙parameters: Str6=//˙Fn1,Fn2,P1,P2,P3,P4 Str7=//˙Classic˙Mandel:˙P1=P2=P3=P4=0.0000 Str8=//˙Fn1=Fn2=Ident Str9=//===Rico˙Wack˙2003===// Str10= Str11=var˙T0,T1,T2,T3,T4˙:˙TComplex; Str12= Str13=Begin˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str14=˙˙FuncDisp(Fn1,Z);˙//Z=Fn1(Z) Str15=˙˙T0:=CAdd(Z,P1);˙˙//Z+P1 Str16=˙˙T1:=CAdd(Z,P2);˙˙//Z+P2 Str17=˙˙T2:=CMul(T0,T1);˙//(Z+P1)*(Z+P2) Str18=˙˙T3:=CAdd(C,P3);˙˙//(C+P3) Str19=˙˙FuncDisp(Fn2,T3);//Fn2(C+P3) Str20=˙˙T4:=CAdd(T2,T3);˙//(Z+P1)*(Z+P2)+Fn2(C+P3) Str21=˙˙Z:=CAdd(T4,P4);˙˙//(Z+P1)*(Z+P2)+Fn2(C+P3)+P4 Str22= Str23=˙˙SetResult(x,y,˙Z); Str24=End; Str25=˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str26=˙˙//˙user-defined˙bailout˙test: Str27=˙˙//˙uncomment˙and˙change˙next˙ Str28=˙˙//˙lines˙if˙you˙want˙˙˙˙˙˙˙˙˙ Str29=//If˙x*x+y*y>4˙Then˙begin˙˙˙˙˙˙ Str30=//˙˙˙EndLoop:=True;˙˙˙˙˙˙˙˙˙˙˙˙ Str31=//end;˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str32=End; [Colors] Palette type=99 ColorOrder=6 Brightness=0 Contrast=37 Saturation=100 Grayed=0 NewUFpalette=0 IterChanging=0 IterChanging1=0 UFDensity=7.53000020980834961 UFmappingMode=3 InfinityRed=0 InfinityGreen=0 InfinityBlue=0 [Standart palette] RedStep=3 RedShift=-144 GreenStep=11 GreenShift=89 BlueStep=6 BlueShift=128 [Linear palette] Red1=0 Red2=255 Green1=0 Green2=255 Blue1=128 Blue2=0 [Parabola palette] Red1=0 Red2=255 Green1=0 Green2=255 Blue1=255 Blue2=0 [Square palette] Red1=0 Red2=180 Green1=0 Green2=0 Blue1=0 Blue2=255 [UF palette] Count=8 Node0x=38 Node0r=255 Node0g=255 Node0b=255 Node1x=78 Node1r=0 Node1g=0 Node1b=0 Node2x=107 Node2r=255 Node2g=255 Node2b=255 Node3x=108 Node3r=0 Node3g=0 Node3b=255 Node4x=132 Node4r=0 Node4g=0 Node4b=0 Node5x=170 Node5r=0 Node5g=0 Node5b=0 Node6x=226 Node6r=0 Node6g=0 Node6b=0 Node7x=229 Node7r=0 Node7g=0 Node7b=0