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

Cmbl

PURPOSE ^

Cmbl Muted blue color vector.

SYNOPSIS ^

function color = Cmbl

DESCRIPTION ^

Cmbl              Muted blue color vector.
   CMBL returns [0.0 0.4 0.8].  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 = Cmbl
0002 %Cmbl              Muted blue color vector.
0003 %   CMBL returns [0.0 0.4 0.8].  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.0 0.4 0.7];

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