Home > chronux_2_00 > spikesort > utility > graphicstyles > Cmrd.m

Cmrd

PURPOSE ^

Cmrd Muted red color vector.

SYNOPSIS ^

function color = Cmrd

DESCRIPTION ^

Cmrd              Muted red 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 = Cmrd
0002 %Cmrd              Muted red 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.9 0.3 0.3];

Generated on Fri 15-Aug-2008 11:35:42 by m2html © 2003