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

Cdgy

PURPOSE ^

Cdgy Dark gray color vector.

SYNOPSIS ^

function color = Cdgy

DESCRIPTION ^

Cdgy              Dark gray color vector.
   CDGY returns [0.4 0.4 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 = Cdgy
0002 %Cdgy              Dark gray color vector.
0003 %   CDGY returns [0.4 0.4 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.4 0.4 0.4];

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