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

  1. [DrawSize]
  2. X_Size=300
  3. Y_Size=300
  4.  
  5. [Fractal]
  6. X_Coord=-2
  7. Y_Coord=2
  8. W_Coord=4
  9. X0_Coord=-2
  10. Y0_Coord=2
  11. W0_Coord=4
  12. AutoIter=0
  13. IFSIter=100
  14. Number=3000
  15. BailOut=36
  16. MaxIter=20
  17. Rotation=1
  18. P1real=0.706467661691542272
  19. P1imag=1.6218905472636816
  20. P2real=-0.388059701492537344
  21. P2imag=1.54228855721393024
  22. P3real=1.26368159203980096
  23. P3imag=1.68159203980099488
  24. PJreal=-0.3389
  25. PJimag=0
  26. Function1=9
  27. Function2=0
  28. JulieSet=1
  29. Inverted=1
  30. F-Set=0
  31. Filter=79
  32. Strange=0.00999999977648258209
  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=20
  63. Str0=  var Z,Z0,P1,P2,P3: TComplex;
  64. Str1=Begin
  65. Str2=  // build complex numbers from 
  66. Str3=  // received parameters
  67. Str4=  Z :=MakeComplex(x,y);
  68. Str5=  Z0:=MakeComplex(cr,ci);
  69. Str6=
  70. Str7=  // use first additional functions
  71. Str8=  P1:=Z;
  72. Str9=  FuncDisp(Fn1,Z);
  73. Str10=  
  74. Str11=  Z :=CAdd(CSqr(Z),cA3);
  75. Str12=  Z :=CAdd(Z,Z0);
  76. Str13=  cA3:=cA2;
  77. Str14=  cA2:=cA1;
  78. Str15=  cA1:=P1;
  79. Str16=
  80. Str17=  // save result
  81. Str18=  SetResult(x,y, Z);
  82. Str19=End;
  83.  
  84. [Colors]
  85. Palette type=0
  86. ColorOrder=0
  87. Grayed=0
  88. Contrast=0
  89. IterChanging=0
  90. InfinityRed=0
  91. InfinityGreen=0
  92. InfinityBlue=0
  93. Brightness=0
  94. UFDensity=4
  95. UFmappingMode=4
  96.  
  97. [Standart palette]
  98. RedStep=3
  99. RedShift=89
  100. GreenStep=2
  101. GreenShift=53
  102. BlueStep=2
  103. BlueShift=-10
  104.  
  105. [Linear palette]
  106. Red1=0
  107. Red2=255
  108. Green1=0
  109. Green2=255
  110. Blue1=128
  111. Blue2=0
  112.  
  113. [Parabola palette]
  114. Red1=0
  115. Red2=255
  116. Green1=0
  117. Green2=255
  118. Blue1=255
  119. Blue2=0
  120.  
  121. [Square palette]
  122. Red1=0
  123. Red2=128
  124. Green1=0
  125. Green2=0
  126. Blue1=0
  127. Blue2=255
  128. [Main]
  129. Renderer=Fractal Explorer 1.21, 28.12.2000
  130. [UF palette]
  131. Count=4
  132. Node0x=0
  133. Node0r=255
  134. Node0g=210
  135. Node0b=0
  136. Node1x=89
  137. Node1r=192
  138. Node1g=128
  139. Node1b=128
  140. Node2x=179
  141. Node2r=0
  142. Node2g=192
  143. Node2b=255
  144. Node3x=269
  145. Node3r=0
  146. Node3g=0
  147. Node3b=0
  148.