@GAUGE_COLOR (Gauge Band Colors)

This macro can be used to apply a different color to each of the gauge bands defined by @GAUGE_THRESHOLD.

SYNTAX:

@GAUGE_COLOR nBand nRed nGreen nBlue

PARAMETERS:

nBand; 0...5 selects the color band.

nRed, nGreen, nBlue; 0...255 color to use for nBand.

EXAMPLE: @GAUGE_COLOR.WID

@GAUGE
@GAUGE_THRESHOLD 0 10
@GAUGE_COLOR 0 255 0 0
@GAUGE_THRESHOLD 1 20
@GAUGE_COLOR 1 255 255 0
@GAUGE_THRESHOLD 2 30
@GAUGE_COLOR 2 0 255 255
@GAUGE_THRESHOLD 3 40
@GAUGE_COLOR 3 0 0 255

ALSO SEE:

@GAUGE_THRESHOLD, @GAUGE_RANGE

Next Macro Previous Macro Return to Alpha List

Next Macro in this Group Previous Macro in this Group Return to Group List