summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-07-27 23:15:42 +0000
committerKarl Berry <karl@freefriends.org>2011-07-27 23:15:42 +0000
commit62263d6664dd3ca8d42bcfc6445e2c189154745b (patch)
tree5d8c5f33a619380e316ca222a26e1807be042e57 /Master/texmf-dist/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp
parenta5f505fa400aa240740da0daee3c527b2e63934c (diff)
new metapost package mpcolornames (27jul11)
git-svn-id: svn://tug.org/texlive/trunk@23252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp')
-rw-r--r--Master/texmf-dist/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp b/Master/texmf-dist/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp
new file mode 100644
index 00000000000..e49c4a37c59
--- /dev/null
+++ b/Master/texmf-dist/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp
@@ -0,0 +1,22 @@
+%%% file mpcolornames-spec-plain-mp.mp
+%%% Copyright 2009, 2011 Stephan Hennig
+%
+% This work may be distributed and/or modified under the conditions of
+% the LaTeX Project Public License, either version 1.3 of this license
+% or (at your option) any later version. The latest version of this
+% license is in http://www.latex-project.org/lppl.txt
+%
+def _mpcolornames_spec_plain_mp=
+rgbcolor
+black,
+white,
+red,
+green,
+blue;
+black:=(0,0,0);
+white:=(1,1,1);
+red:=(1,0,0);
+green:=(0,1,0);
+blue:=(0,0,1);
+enddef;
+endinput