Home > chronux_1_50 > spikesort > 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 Mon 09-Oct-2006 00:54:52 by m2html © 2003