@ALT_FRAME_FILL (Alternating Frame Fill)

When @ALT_FRAME_FILL_MODE is 1 or 2, this macro colors the chart frame with alternating color bands based on the grid line divisions.

SYNTAX:

@ALT_FRAME_FILL nRed nGreen nBlue nAlpha

PARAMETERS:

nRed: 0...255 defines the Red portion of RGB fill color.

nGreen: 0...255 defines the Green portion of RGB fill color.

nBlue: 0...255 defines the Blue portion of RGB fill color.

nAlpha: 0...255 selects the transparency level.
255 (the default) = no transparency.
0 = completely transparent.

EXAMPLE:

@ALT_FRAME_FILL_MODE 1
@ALT_FRAME_FILL 0 0 255 25

@ALT_FRAME_FILL_MODE 1
@ALT_FRAME_FILL 0 255 255 255

PERSISTENT:

NO

ALSO SEE:

@ALT_FRAME_FILL_MODE

Next Macro Previous Macro Return to Alpha List

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