-WmsgCW: RGB color for warning messages

Group

Messages

Scope

Compilation Unit

Syntax
  -WmsgCW<

  RGB>
  
  
Arguments

<RGB>: 24-bit RGB (red green blue) value.

Default
  -WmsgCW255 (
  r00 
  g00 
  bFF, blue)

  
Description

It is possible to change the warning message color with this option. The value to be specified has to be an RGB (Red-Green-Blue) value and has to be specified in decimal.

Example

-WmsgCW0 changes the warning messages to black.