


Cmrd Muted red color vector. CMGR returns [0.1 0.8 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 = Cmrd 0002 %Cmrd Muted red color vector. 0003 % CMGR returns [0.1 0.8 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.9 0.3 0.3];