-WmsgCE: RGB color for error messages

Group

Messages

Scope

Compilation Unit

Syntax
  -WmsgCE<

  RGB>
    
Arguments

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

Default
  -WmsgCE16711680 (
  rFF 
  g00 
  b00, red)
  
Description

It is possible to change the error 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

-WmsgCE255 changes the error messages to blue.