Creates an animation based on the values of selected grids. Previously known as 'Color Blending'.
| Name | Type | Identifier | Description | Constraints |
Input | Grids | grid list, input | GRIDS | - | - |
Output | Grid Animation | grid, output | GRID | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Save Frames | file path | FILE | Store each frame as image file. If GIF format is selected one animated image file will be created. | - |
Set Transparency for No-Data | boolean | FILE_NODATA | - | Default: 1 |
Background Color | color | FILE_BGCOL | Background color used for no-data cells when storing frames to file. | Default: 16777215 |
Delay | integer number | FILE_DELAY | Delay, in milliseconds, to wait between each frame. Applies to animated GIF files. | Minimum: 0
Default: 100 |
Color Depth | integer number | FILE_COLORS | Number of color entries used when storing animated GIF. | Minimum: 2
Maximum: 256
Default: 236 |
Colors | colors | COLORS | - | - |
Interpolation Steps | integer number | NSTEPS | - | Minimum: 0
Default: 0 |
Progress Bar | boolean | PROGRESS | - | Default: 0 |
Loop | choice | LOOP | Endless loop (3rd option) is ignored if file output is activated. | Available Choices:
[0] do not loop
[1] loop to first grid
[2] loop
Default: 0 |
Histogram Stretch | choice | RANGE | - | Available Choices:
[0] each grid's range
[1] each grid's standard deviation
[2] overall range
[3] overall standard deviation
[4] user defined
Default: 3 |
Percent Stretch | floating point number | RANGE_PERCENT | - | Minimum: 0.000000
Maximum: 50.000000
Default: 2.000000 |
Standard Deviation | floating point number | RANGE_STDDEV | - | Minimum: 0.000000
Default: 2.000000 |
Keep in Range | boolean | RANGE_KEEP | - | Default: 1 |
Range | value range | RANGE_USER | - | - |