


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


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