*legendcolorsmooth
Performs linear interpolation between two colors.
Syntax
*legendcolorsmooth color1 color2
Type
HyperMesh Tcl Modify Command
Description
Performs linear interpolation between two colors.
Inputs
- color1
- The first color.
- color2
- The second color.
Example
To smooth the colors between color 1 and color 7:
*legendcolorsmooth(1,7)
Errors
None.