Home > chronux_1_50 > spikesort > Clgy.m

Clgy

PURPOSE ^

Clgy Light gray color vector.

SYNOPSIS ^

function color = Clgy

DESCRIPTION ^

Clgy              Light gray color vector.
   CLGY returns [0.7 0.7 0.7].  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 = Clgy
0002 %Clgy              Light gray color vector.
0003 %   CLGY returns [0.7 0.7 0.7].  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.7 0.7 0.7];

Generated on Mon 09-Oct-2006 00:54:52 by m2html © 2003