*noresultcolor()

Specifies the color for elements or nodes for which no results were found to distinguish them from an actual 0 result.

Syntax

*noresultcolor()

Type

hm.cfg Commands

Description

Elements or nodes for which no results were found are assigned a color (default = gray) to distinguish them from an actual 0 result. The color assigned to these no result entities is specified in the hm.cfg file. You can copy this file into your home directory and customize many of the default settings. The default color is specified with *noresultcolor(R,G,B), where R, G, and B are the intensity values for Red, Green and Blue. The default gray color values are *noresultcolor(80,80,80). Other colors include: dark blue (0,0,128), black (0,0,0), white (255,255,255), or khaki (210,175,100). You can experiment with the values in the color subpanel of the Options panel.

Specifies the color for elements or nodes for which no results were found to distinguish them from an actual 0 result.

Inputs

r,g,b
The red, green and blue intensity color values (0-255). The default is 80,80,80.

Example

To set the no result color to dark blue
*noresultcolor(0,0,255)