home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / Formulas / Custom4.frs < prev    next >
INI File  |  2000-12-28  |  2KB  |  145 lines

  1. [DrawSize]
  2. X_Size=300
  3. Y_Size=300
  4.  
  5. [Fractal]
  6. X_Coord=-7.83946488294314348
  7. Y_Coord=7.99999999999999967
  8. W_Coord=16
  9. X0_Coord=-2
  10. Y0_Coord=2
  11. W0_Coord=4
  12. AutoIter=0
  13. IFSIter=100
  14. Number=3000
  15. BailOut=529
  16. MaxIter=90
  17. Rotation=0
  18. P1real=0.368159203980099502
  19. P1imag=-0.0895522388059701493
  20. P2real=1.06469999999999998
  21. P2imag=1.84079601990049751
  22. P3real=1.20398009950248756
  23. P3imag=1.80099502487562189
  24. PJreal=-0.67330000000000001
  25. PJimag=0
  26. Function1=23
  27. Function2=2
  28. JulieSet=1
  29. Inverted=0
  30. F-Set=0
  31. Filter=0
  32. Strange=0.0500000007450580597
  33. KeepBlk=0
  34. Filter only=0
  35. IFSColorStyle=0
  36. IFSSolidRed=255
  37. IFSSolidGreen=255
  38. IFSSolidBlue=255
  39. IFSquick=1
  40. Smoothing=2
  41. Double=0
  42. Precision=3
  43. ConstructorA1=1
  44. ConstructorB1=0
  45. ConstructorC1=1
  46. ConstructorD1=0
  47. ConstructorE1=0
  48. ConstructorF1=0
  49. ConstructorG1=0
  50. ConstructorH1=0
  51. ConstructorI1=0
  52. ConstructorJ1=0
  53. ConstructorK1=0
  54. ConstructorL1=0
  55. ConstructorM1=0
  56.  
  57. [IFS]
  58. Name=
  59. Count=0
  60.  
  61. [UserFrm]
  62. StringCount=17
  63. Str0=  var Z,Z0,P1,P2,P3: TComplex;
  64. Str1=Begin
  65. Str2=  Z :=MakeComplex(x,y);
  66. Str3=  Z0:=MakeComplex(cr,ci);
  67. Str4=  P1:=MakeComplex(p1r,p1i);
  68. Str5=
  69. Str6=  //   power = fn2(z);
  70. Str7=  //   z = fn1(z)^power + pixel,
  71. Str8=  //   |z| < p2
  72. Str9=  cA1:=Z;
  73. Str10=  FuncDisp(Fn2,cA1);
  74. Str11=  FuncDisp(Fn1,Z);
  75. Str12=
  76. Str13=  Z := CAdd(CPower(Z,cA1),Z0);
  77. Str14= 
  78. Str15=  SetResult(x,y, Z);
  79. Str16=End;
  80.  
  81. [Colors]
  82. Palette type=7
  83. ColorOrder=0
  84. Grayed=0
  85. Contrast=0
  86. IterChanging=0
  87. InfinityRed=0
  88. InfinityGreen=0
  89. InfinityBlue=0
  90. Brightness=0
  91. UFDensity=4
  92. UFmappingMode=4
  93.  
  94. [Standart palette]
  95. RedStep=6
  96. RedShift=255
  97. GreenStep=6
  98. GreenShift=26
  99. BlueStep=5
  100. BlueShift=-180
  101.  
  102. [Linear palette]
  103. Red1=0
  104. Red2=255
  105. Green1=0
  106. Green2=255
  107. Blue1=128
  108. Blue2=0
  109.  
  110. [Parabola palette]
  111. Red1=0
  112. Red2=255
  113. Green1=0
  114. Green2=255
  115. Blue1=255
  116. Blue2=0
  117.  
  118. [Square palette]
  119. Red1=0
  120. Red2=128
  121. Green1=0
  122. Green2=0
  123. Blue1=0
  124. Blue2=255
  125. [Main]
  126. Renderer=Fractal Explorer 1.21, 28.12.2000
  127. [UF palette]
  128. Count=4
  129. Node0x=0
  130. Node0r=255
  131. Node0g=210
  132. Node0b=0
  133. Node1x=89
  134. Node1r=192
  135. Node1g=128
  136. Node1b=128
  137. Node2x=179
  138. Node2r=0
  139. Node2g=192
  140. Node2b=255
  141. Node3x=269
  142. Node3r=0
  143. Node3g=0
  144. Node3b=0
  145.