[DrawSize] X_Size=100 Y_Size=100 [Main] Renderer=Fractal Explorer 1.24b2, 30/08/2002 Comment= SignText=Dr. Joseph Trotsky 2002 [Fractal] X_Coord=-4.20400423468639744 Y_Coord=4.25222876067400512 W_Coord=9.65 X0_Coord=-2 Y0_Coord=2 W0_Coord=4 AutoIter=0 IFSIter=100 Number=3000 ST_Number=1 BailOut=9 MaxIter=114 Rotation=10 Rotation_free=-90 P1real=0.5 P1imag=0.5 P2real=0.5 P2imag=0.5 P3real=0 P3imag=0 P4real=0 P4imag=0 PJreal=0.5 PJimag=0.5 Function1=19 Function2=13 Transformer=0 JulieSet=0 Inverted=0 F-Set=1 Filter=24 Strange=0.00999999977648258176 KeepBlk=0 NoOutside=0 Filter only=0 IFSColorStyle=0 IFSSolidRed=255 IFSSolidGreen=255 IFSSolidBlue=255 IFSquick=1 Smoothing=0 Double=0 Precision=2 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= Count=0 [Quaternion] W=0 CR=-0.456426 CI=0.510553000000000064 CJ=0.1224 CK=-0.0924 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=36 Str0=˙˙//˙-declaration˙of˙the˙local˙temporary˙variables Str1=˙˙var˙T0,T1,T2,T3,T4,T5˙:˙TComplex; Str2=Begin˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str3=˙˙//˙-"julia"˙flag˙˙˙˙˙˙˙˙˙˙˙˙ Str4=˙˙If˙julia˙Then˙begin˙˙˙˙˙˙˙˙˙ Str5=˙˙end;˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str6=˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str7=˙˙//˙-initialization˙code˙˙˙˙˙ Str8=˙˙//˙˙(first˙iteration)˙˙˙˙˙˙˙ Str9=˙˙If˙iter_number=1˙Then˙begin˙ Str10=˙˙end;˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str11=˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str12=˙˙//˙write˙your˙formula˙here˙˙ Str13=//˙(z+p1)*(z-p1)*z^fn1(z+p2)/z*fn2(z+p3)+cpixel Str14=˙˙T1:=CAdd(Z,P1); Str15=˙˙T2:=CSub(Z,P1); Str16=˙˙T3:=CAdd(Z,P2); Str17=˙˙FuncDisp(FN1,T3); Str18=˙˙T4:=CAdd(Z,P3); Str19=˙˙FuncDisp(FN2,T4); Str20=˙˙T3:=CPower(Z,T3); Str21=˙˙T1:=CMul(T1,T2); Str22=˙˙T1:=CMul(T1,T3); Str23=˙˙Z:=CDiv(T1,Z); Str24=˙˙Z:=CMul(Z,T4); Str25=˙˙Z:=CAdd(Z,CPIXEL); Str26=˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str27=˙˙SetResult(x,y,˙Z);˙˙˙˙˙˙˙˙˙˙ Str28=˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str29=˙˙//˙user-defined˙bailout˙test: Str30=˙˙//˙uncomment˙and˙change˙next˙ Str31=˙˙//˙lines˙if˙you˙want˙˙˙˙˙˙˙˙˙ Str32=//If˙x*x+y*y>4˙Then˙begin˙˙˙˙˙˙ Str33=//˙˙˙EndLoop:=True;˙˙˙˙˙˙˙˙˙˙˙˙ Str34=//end;˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ Str35=End; [Colors] Palette type=99 ColorOrder=0 Grayed=0 Brightness=7 Contrast=0 IterChanging=0 UFDensity=4 UFmappingMode=4 InfinityRed=0 InfinityGreen=0 InfinityBlue=0 [Standart palette] RedStep=31 RedShift=0 GreenStep=29 GreenShift=0 BlueStep=55 BlueShift=64 [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=128 Green1=0 Green2=0 Blue1=0 Blue2=255 [UF palette] Count=9 Node0x=15 Node0r=195 Node0g=195 Node0b=73 Node1x=54 Node1r=0 Node1g=0 Node1b=0 Node2x=95 Node2r=60 Node2g=38 Node2b=16 Node3x=145 Node3r=255 Node3g=210 Node3b=0 Node4x=213 Node4r=255 Node4g=255 Node4b=255 Node5x=259 Node5r=190 Node5g=114 Node5b=228 Node6x=275 Node6r=195 Node6g=244 Node6b=255 Node7x=300 Node7r=152 Node7g=184 Node7b=168 Node8x=326 Node8r=0 Node8g=192 Node8b=179