Mercurial > repos > public > sbplib
view Color.m @ 34:2b4f1d3e5630
Imporved error handling in saveeps. Fixed bug with vector fields in struct2string.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 06 Oct 2015 09:47:30 +0200 |
parents | 48b6fb693025 |
children | 1770689d6c31 |
line wrap: on
line source
classdef Color properties(Constant) blue = [0.000 0.447 0.741]; red = [0.850 0.325 0.098]; yellow = [0.929 0.694 0.125]; purple = [0.494 0.184 0.556]; green = [0.466 0.674 0.188]; lightblue = [0.301 0.745 0.933]; darkred = [0.635 0.078 0.184]; end end