Parameters - formulaWeightStartName: formulaWeightStart Type: real Read/Write: Read Context: Transformation, Coloring Description: The fractal type "attractor" generates sequences of pixels by randomly choosing a formula from a set of formulas. Each formula has some "weight" assigned, which indicates how often that specific formula is chosen. This parameter together with formulaWeight now contains the range between 0 and 1 which is ment for this formula. So if formulaWeightStart contains 0.3 and formulaWeight contains 0.4, then this means, that this formula is chosen each time the random number which selects the formula to be used next is between 0.3 (formulaWeightStart) and 0.3+0.4 (formulaWeightStart+formulaWeight). |