home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / Formulas / newton-newton.frs < prev    next >
INI File  |  2001-04-17  |  3KB  |  165 lines

  1. [DrawSize]
  2. X_Size=300
  3. Y_Size=300
  4. [Main]
  5. Renderer=Fractal Explorer 1.22, 17.04.2001
  6. [Fractal]
  7. X_Coord=-0.49832775919732447
  8. Y_Coord=0.49832775919732447
  9. W_Coord=1
  10. X0_Coord=-2
  11. Y0_Coord=2
  12. W0_Coord=4
  13. AutoIter=0
  14. IFSIter=100
  15. Number=3000
  16. BailOut=16
  17. MaxIter=100
  18. Rotation=0
  19. P1real=0.100000000000000006
  20. P1imag=0
  21. P2real=-0.599999999999999978
  22. P2imag=0
  23. P3real=0.200000000000000011
  24. P3imag=0
  25. PJreal=0.5
  26. PJimag=0.5
  27. Function1=1
  28. Function2=9
  29. JulieSet=0
  30. Inverted=1
  31. F-Set=1
  32. Filter=86
  33. Strange=0.129999995231628418
  34. KeepBlk=0
  35. Filter only=1
  36. IFSColorStyle=0
  37. IFSSolidRed=255
  38. IFSSolidGreen=255
  39. IFSSolidBlue=255
  40. IFSquick=1
  41. Smoothing=2
  42. Double=0
  43. Precision=2
  44. ConstructorA1=1
  45. ConstructorB1=0
  46. ConstructorC1=1
  47. ConstructorD1=0
  48. ConstructorE1=0
  49. ConstructorF1=0
  50. ConstructorG1=0
  51. ConstructorH1=0
  52. ConstructorI1=0
  53. ConstructorJ1=0
  54. ConstructorK1=0
  55. ConstructorL1=0
  56. ConstructorM1=0
  57. [IFS]
  58. Name=
  59. Count=0
  60. [Quaternion]
  61. W=0
  62. CR=-0.456425999999999998
  63. CI=0.510553000000000035
  64. CJ=0.122399999999999995
  65. CK=-0.092399999999999996
  66. Rx=0
  67. Ry=0
  68. Rz=0
  69. Lx=2
  70. Ly=0
  71. Lz=-4
  72. AmbientClR=50
  73. AmbientClG=50
  74. AmbientClB=50
  75. DiffuseClR=190
  76. DiffuseClG=150
  77. DiffuseClB=0
  78. SpeculaClR=255
  79. SpeculaClG=255
  80. SpeculaClB=255
  81. StepBig=200
  82. StepSmall=40
  83. [UserFrm]
  84. StringCount=18
  85. Str0=  var Z,Z0,P1,P2,P3: TComplex;
  86. Str1=Begin
  87. Str2=  Z :=MakeComplex(x,y);
  88. Str3=  Z0:=MakeComplex(cr,ci);
  89. Str4=  P1:=MakeComplex(p1r,p1i);
  90. Str5=
  91. Str6=  FuncDisp(Fn1,Z);
  92. Str7=  P2:=CAdd(CMulR(CSqr(CSqr(Z)),3),P1);
  93. Str8=  P3:=CMulR(CTriple(Z),4);
  94. Str9=  Z :=CDiv(P2,P3);
  95. Str10=
  96. Str11=  FuncDisp(Fn2,Z);
  97. Str12=  P2:=CAdd(CMulR(CTriple(CSqr(Z)),5),P1);
  98. Str13=  P3:=CMulR(CMul(CTriple(Z),CSqr(Z)),6);
  99. Str14=  Z :=CDiv(P2,P3);
  100. Str15=
  101. Str16=  SetResult(x,y, Z);
  102. Str17=End;
  103. [Colors]
  104. Palette type=7
  105. ColorOrder=2
  106. Grayed=0
  107. Brightness=21
  108. Contrast=66
  109. IterChanging=0
  110. UFDensity=3
  111. UFmappingMode=3
  112. InfinityRed=0
  113. InfinityGreen=0
  114. InfinityBlue=0
  115. [Standart palette]
  116. RedStep=5
  117. RedShift=-75
  118. GreenStep=3
  119. GreenShift=-79
  120. BlueStep=0
  121. BlueShift=-13
  122. [Linear palette]
  123. Red1=0
  124. Red2=255
  125. Green1=0
  126. Green2=255
  127. Blue1=128
  128. Blue2=0
  129. [Parabola palette]
  130. Red1=0
  131. Red2=255
  132. Green1=0
  133. Green2=255
  134. Blue1=255
  135. Blue2=0
  136. [Square palette]
  137. Red1=0
  138. Red2=128
  139. Green1=0
  140. Green2=0
  141. Blue1=0
  142. Blue2=255
  143. [UF palette]
  144. Count=5
  145. Node0x=27
  146. Node0r=109
  147. Node0g=184
  148. Node0b=168
  149. Node1x=118
  150. Node1r=206
  151. Node1g=0
  152. Node1b=0
  153. Node2x=178
  154. Node2r=0
  155. Node2g=195
  156. Node2b=136
  157. Node3x=257
  158. Node3r=0
  159. Node3g=201
  160. Node3b=0
  161. Node4x=324
  162. Node4r=0
  163. Node4g=0
  164. Node4b=0
  165.