December, 1998
Daniel Cotting (cotting@multimania.com, www.multimania.com/cotting)
Render fractal art
No help yet.
unknown
Type | Name | Description |
---|---|---|
PF_INT | run-mode | The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) } |
PF_IMAGE | image | Input image |
PF_DRAWABLE | drawable | Input drawable |
PF_INT8 | fractaltype | 0: Mandelbrot; 1: Julia; 2: Barnsley 1; 3: Barnsley 2; 4: Barnsley 3; 5: Spider; 6: ManOWar; 7: Lambda; 8: Sierpinski |
PF_FLOAT | xmin | xmin fractal image delimiter |
PF_FLOAT | xmax | xmax fractal image delimiter |
PF_FLOAT | ymin | ymin fractal image delimiter |
PF_FLOAT | ymax | ymax fractal image delimiter |
PF_FLOAT | iter | Iteration value |
PF_FLOAT | cx | cx value ( only Julia) |
PF_FLOAT | cy | cy value ( only Julia) |
PF_INT8 | colormode | 0: Apply colormap as specified by the parameters below; 1: Apply active gradient to final image |
PF_FLOAT | redstretch | Red stretching factor |
PF_FLOAT | greenstretch | Green stretching factor |
PF_FLOAT | bluestretch | Blue stretching factor |
PF_INT8 | redmode | Red application mode (0:SIN;1:COS;2:NONE) |
PF_INT8 | greenmode | Green application mode (0:SIN;1:COS;2:NONE) |
PF_INT8 | bluemode | Blue application mode (0:SIN;1:COS;2:NONE) |
PF_INT8 | redinvert | Red inversion mode (1: enabled; 0: disabled) |
PF_INT8 | greeninvert | Green inversion mode (1: enabled; 0: disabled) |
PF_INT8 | blueinvert | Green inversion mode (1: enabled; 0: disabled) |
PF_INT | ncolors | Number of Colors for mapping (2<=ncolors<=8192) |
None