HOME | DD

morphapoph — 081223 BezierFormula-02a by-nc

Published: 2013-03-25 04:40:16 +0000 UTC; Views: 376; Favourites: 4; Downloads: 3
Redirect to original
Description Fractal Explorer ( [link] )
To use the parameters below:
Copy the parameters below into Notepad, name the file with .frs extension, and save the file.
Then use "open project" under the File menu to browse to that file and open it to view the fractal image.

Parameters:

[DrawSize]
X_Size=1600
Y_Size=1200
[Main]
Renderer=Fractal Explorer 2.02 02-01-2009
Comment=
SignText=
FontName=Comic Sans MS
FontSize=8
FontBold=0
FontUnderl=0
FontItalic=1
FontColor=16777215
BrushStyle=0
BrushColor=16777215
Position=5
[Fractal]
LayerRed=33023
LayerGreen=33023
LayerBlue=33023
X_Coord=0.685801280106220607
Y_Coord=-0.635736022979661365
W_Coord=2.28328121909957746E-9
X0_Coord=-2
Y0_Coord=2
W0_Coord=4
Precision=3
P1real=1.20000004768371582
P1imag=0.5
P2real=0.800000011920928955
P2imag=0.5
P3real=-0.129999995231628418
P3imag=0.0199999995529651642
P4real=-0.219999998807907104
P4imag=0.0199999995529651642
PJreal=0.5
PJimag=0.5
Function1=1
Function2=0
Rotation=10
Rotation_free=-90
BailOut=25
F-Set=0
JulieSet=0
Inverted=0
Transformer=0
Filter=46
Strange=0.0573330000042915344
KeepBlk=0
NoOutside=0
Filter only=0
ST_Number=1
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
Number=3000
MaxIter=180
Smoothing=0
[UserFrm]
StringCount=57
Str0=ÿÿ//ÿ-declarationÿofÿtheÿlocalÿtemporaryÿvariables
Str1=ÿÿvarÿT0,T1,T2,T3,T4,T5,T6ÿ:ÿ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=//ÿ(3/4)ÿ*ÿ(((4/3)ÿ*ÿp2)ÿ+ÿ((p3ÿ-ÿp1)ÿ*ÿ(zÿ*ÿc))ÿ+ÿ((((2ÿ*ÿp1)ÿ+ÿ(2ÿ*ÿp3))ÿ-ÿ((3ÿ*ÿp2)ÿ+ÿp4))ÿ*ÿ((zÿ*ÿc)ÿ^ÿ2))ÿ+ÿ(((p4ÿ+ÿ((5/3)ÿ*ÿp2))ÿ-ÿ(p1ÿ+ÿ((5/3)ÿ*ÿp3)))ÿ*ÿ((zÿ*ÿc)ÿ^ÿ3)))
Str14=ÿÿT1:=MakeComplex(3,0);
Str15=ÿÿT1:=CDivR(T1,4);
Str16=ÿÿT2:=MakeComplex(4,0);
Str17=ÿÿT2:=CDivR(T2,3);
Str18=ÿÿT2:=CMul(T2,P2);
Str19=ÿÿT3:=CSub(P3,P1);
Str20=ÿÿT4:=CMul(Z,C);
Str21=ÿÿT3:=CMul(T3,T4);
Str22=ÿÿT4:=CMulR(P1,2);
Str23=ÿÿT5:=CMulR(P3,2);
Str24=ÿÿT4:=CAdd(T4,T5);
Str25=ÿÿT5:=CMulR(P2,3);
Str26=ÿÿT5:=CAdd(T5,P4);
Str27=ÿÿT4:=CSub(T4,T5);
Str28=ÿÿT5:=CMul(Z,C);
Str29=ÿÿT5:=CSqr(T5);
Str30=ÿÿT4:=CMul(T4,T5);
Str31=ÿÿT5:=MakeComplex(5,0);
Str32=ÿÿT5:=CDivR(T5,3);
Str33=ÿÿT5:=CMul(T5,P2);
Str34=ÿÿT5:=CAdd(P4,T5);
Str35=ÿÿT6:=MakeComplex(5,0);
Str36=ÿÿT6:=CDivR(T6,3);
Str37=ÿÿT6:=CMul(T6,P3);
Str38=ÿÿT6:=CAdd(P1,T6);
Str39=ÿÿT5:=CSub(T5,T6);
Str40=ÿÿZ:=CMul(Z,C);
Str41=ÿÿZ:=CTriple(Z);
Str42=ÿÿZ:=CMul(T5,Z);
Str43=ÿÿT2:=CAdd(T2,T3);
Str44=ÿÿT2:=CAdd(T2,T4);
Str45=ÿÿZ:=CAdd(T2,Z);
Str46=ÿÿZ:=CMul(T1,Z);
Str47=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
Str48=ÿÿSetResult(x,y,ÿZ);ÿÿÿÿÿÿÿÿÿÿ
Str49=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
Str50=ÿÿ//ÿuser-definedÿbailoutÿtest:
Str51=ÿÿ//ÿuncommentÿandÿchangeÿnextÿ
Str52=ÿÿ//ÿlinesÿifÿyouÿwantÿÿÿÿÿÿÿÿÿ
Str53=//Ifÿx*x+y*y>4ÿThenÿbeginÿÿÿÿÿÿ
Str54=//ÿÿÿEndLoop:=True;ÿÿÿÿÿÿÿÿÿÿÿÿ
Str55=//end;ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
Str56=End;
[Colors]
Palette type=9
ColorOrder=0
Brightness=-59
Contrast=96
Saturation=83
Grayed=0
NewUFpalette=1
IterChanging=1
IterChanging1=1
UFDensity=5
UFmappingMode=4
InfinityRed=0
InfinityGreen=0
InfinityBlue=0
[Standart palette]
RedStep=6
RedShift=179
GreenStep=3
GreenShift=141
BlueStep=6
BlueShift=-18
[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=4
Node0x=0
Node0r=255
Node0g=210
Node0b=0
Node1x=89
Node1r=192
Node1g=128
Node1b=128
Node2x=179
Node2r=0
Node2g=192
Node2b=255
Node3x=269
Node3r=0
Node3g=0
Node3b=0
Related content
Comments: 0