summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/mpcolornames/expl-array-index.mp
blob: 3d8b04290062392a0a68927a46a524a295cd484f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%%% file expl-array-index.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
%
input mpcolornames
for i=1 upto 4:
  show VioletRed[i];
endfor
end