Indicates the RGB values that are displayed if no contour results are found. This statement applies to the Contour, Tensor, and Vector panels in HyperView.
Syntax |
*NoResultColor(red, blue, green) |
|
Arguments |
Name |
Description |
red |
An integer value between 0 and 255 that indicates the relative intensity of red in the no result color. |
|
blue |
An integer value between 0 and 255 that indicates the relative intensity of blue in the no result color. |
|
green |
An integer value between 0 and 255 that indicates the relative intensity of green in the no result color. |
|
Example |
*BeginLegend() *LegendType(static) *NumCols(9) *MinMax(0.141167, 1.28808) *ColorRGB(0, 0, 200, 21, 121, 255, 0, 199, 221, 40, 255, 185, 57, 255, 0, 170, 255, 0, 255, 227, 0, 255, 113, 0, 255, 0, 0 *NoResultColor(192, 192, 192) *EndLegend() |
|
Application |
HyperView. |
|
Context |
||
See also |
|
|