


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).


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];