Generates fractals
Generates fractals using the mandelbrot filter.
EXAMPLE 1
New-Media -OutputPath "Mandelbrot.gif" -Duration "00:00:05" -Mandelbrot
The type of fractal source
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
Set the initial x position (from -100 to 100) (default -0.743644)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Int32] |
false | 1 | false |
Set the initial y position (from -100 to 100) (default -0.131826)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Int32] |
false | 2 | false |
set the initial scale value (from 0 to FLT_MAX) (default 3)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Double] |
false | 3 | false |
set the terminal scale value (from 0 to FLT_MAX) (default 0.3)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Double] |
false | 4 | false |
set the terminal pts value (from 0 to I64_MAX) (default 400)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Double] |
false | 5 | false |
set the bailout value (from 0 to FLT_MAX) (default 10)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Object] |
false | 6 | false |
set morph x frequency (from -FLT_MAX to FLT_MAX) (default 0.01)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Double] |
false | 7 | false |
set morph y frequency (from -FLT_MAX to FLT_MAX) (default 0.0123)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Double] |
false | 8 | false |
set morph amplitude (from -FLT_MAX to FLT_MAX) (default 0)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Double] |
false | 9 | false |
set inner coloring mode (from 0 to INT_MAX) (default mincol)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Object] |
false | 10 | false |
set outer coloring mode (from 0 to INT_MAX) (default normalized_iteration_count)
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[Object] |
false | 11 | false |
Extension/Mandelbrot.rd.ext.ps1 -Mandelbrot [[-MandelbrotStartX] <Int32>] [[-MandelbrotStartY] <Int32>] [[-MandelbrotStartScale] <Double>] [[-MandelbrotEndScale] <Double>] [[-MandelbrotEndPTS] <Double>] [[-MandelbrotBailout] <Object>] [[-MandelbrotMorphXFrequency] <Double>] [[-MandelbrotMorphYFrequency] <Double>] [[-MandelbrotMorphAmplitude] <Double>] [[-MandelbrotInnerColoringMode] <Object>] [[-MandelbrotOuterColoringMode] <Object>] [<CommonParameters>]