Home > chronux_1_1 > spikesort > utility > graphicstyles > Cmgr.m

Cmgr

PURPOSE ^

Cmgr Muted green color vector.

SYNOPSIS ^

function color = Cmgr

DESCRIPTION ^

Cmgr              Muted green color vector.
   CMGR returns [0.1 0.8 0.4].  This can be supplied as the 'Color'
   property to HandleGraphics objects, extending the, e.g., 'k' style of
   specifying common colors (& saving a tiny bit of typing).

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function color = Cmgr
0002 %Cmgr              Muted green color vector.
0003 %   CMGR returns [0.1 0.8 0.4].  This can be supplied as the 'Color'
0004 %   property to HandleGraphics objects, extending the, e.g., 'k' style of
0005 %   specifying common colors (& saving a tiny bit of typing).
0006 
0007 color = [0.1 0.8 0.4];

Generated on Sun 13-Aug-2006 11:49:44 by m2html © 2003