changeset 37:1770689d6c31

Added black and white to Color.m
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 06 Oct 2015 16:54:36 +0200
parents c6eb3af205c0
children 4fcc4448682f
files Color.m
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Color.m	Tue Oct 06 09:51:52 2015 +0200
+++ b/Color.m	Tue Oct 06 16:54:36 2015 +0200
@@ -7,5 +7,7 @@
         green     = [0.466 0.674 0.188];
         lightblue = [0.301 0.745 0.933];
         darkred   = [0.635 0.078 0.184];
+        black     = [0.000 0.000 0.000];
+        white     = [1.000 1.000 1.000];
     end
 end
\ No newline at end of file