summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp
blob: e49c4a37c59c70f173c6e6dffe6dad46039d6935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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