ChaosPro Home
Introduction
What's New
Palettes
Using Formulas
Layering in ChaosPro
Rendering
Fractal Parameter Windows
Windows
Menu
3D Transformations
Animations
Formula Compiler
Writing Formulas
Language Reference
Introduction
Basic Syntax
Datatypes
Constants
Variables
Basics
Variable Scope
Predefined Variables
Predefined Variables - Escapetime
Predefined Variables - Quaternion
Predefined Variables - Attractor
e
FieldOfView
formulaWeightStart
formulaWeight
height
hiddenPixel
index
maxiter
numiter
numTrafos
pi
pixelcolor
randomrange
screenmax
trafoWeight
trafoColor
width
z
Parameters
Expressions
Operators
Functions
Control Structures
Compiler Directives
Functions
Interface to ChaosPro
Special Features, Notes...
Compatibility
Fractal Type Reference
Tutorials
Appendix
CHAOSPRO 4.0
Release 4.0
.

Predefined Parameters : Attractor

Fractal type Attractor has several predefined parameters partially depending on the formula type. They allow you to access some attractor specific variables like the choice of the transformation, the weight assigned to each transformation etc.

The following parameters exist:

  Transformation Coloring
    formulaWeightStart real
r/o
real
r/o
    formulaWeight real
r/o
real
r/o
    numTrafos int
r/o
int
r/o
    trafoWeight real
r/o
real
r/o
    trafoColor real
r/o
real
r/o
    e real
r/o
real
r/o
    height int
r/o
int
r/o
    index - - - real
r/w
    maxiter real
r/o
real
r/o
    numiter int
r/o
int
r/o
    pi real
r/o
real
r/o
    pixelcolor - - - color
r/w
    randomrange int
r/o
int
r/o
    screenmax complex
r/o
complex
r/o
    width int
r/o
int
r/o
    z vector
r/w
vector
r/w
Notes:

The table lists the datatype of the predefined parameter and one of the following abbreviations:

  • - - -: not available
  • r/o means: read-only
  • r/w means: read-write
  • w/o means: write-only