Navigation

Operators and Keywords

Function List:

C++ API

 Display a message in a color (without a newline).

 colormsg(msg,color)

 The message msg in printed on the terminal the specified color. Acceptable 
 values color color are:
   black  
   red    
   green  
   yellow 
   blue   
   magenta
   cyan   
   white  

 In Matlab the message is displayed in black (due to the lack of ANSI escape 
 code support).

 See also
   colordisp

Package: divand