Home > chronux_1_15 > spikesort > utility > graphicstyles > Cmar.m

Cmar

PURPOSE ^

Cmar Maroon color vector.

SYNOPSIS ^

function color = Cmar

DESCRIPTION ^

Cmar              Maroon color vector.
   CMAR returns [0.8 0.0 0.5].  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 = Cmar
0002 %Cmar              Maroon color vector.
0003 %   CMAR returns [0.8 0.0 0.5].  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.8 0.0 0.5];

Generated on Tue 15-Aug-2006 22:51:57 by m2html © 2003