


Cmbl Muted blue color vector. CMBL returns [0.0 0.4 0.8]. 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 = Cmbl 0002 %Cmbl Muted blue color vector. 0003 % CMBL returns [0.0 0.4 0.8]. 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.0 0.4 0.7];