# The following color numbers are those of the DIC Color Guide, Tenth Ed.
# published by the Dainippon Ink & Chemicals, Inc.
#
# This subset of 61 colors was taken from the book:
#   Color Harmony - A Guide to Creative Color Combinations
#   by Hideaki Chijiiwa, Professor, Musashino College of Art
#   1987, Rockport Publishers, Rockport, Mass.
#   Distributed by North Light Books, Cincinnati, Ohio
#
# Use in METAslide is an approximation since the following values are
# in CMYK units, and can be specified to one decimal point if desired.
# They are converted in METAslide to RGB values with a reverse Under
# Color Removal process, to give the RGB value which will yield approx.
# the same value when UCR is applied.  In METAslide the values are held
# to 5 bits per component so that R, G, and B, can have values from 0
# to 31.  This means that METAslide only keeps CYMK to roughly 3 percent
# (+ or - 1-1/2 percent).  In addition, the on-screen representation is 
# the best color fit in the palette (including several hundred dither
# combinations) to the desired RGB value - which is normally not quite
# perfect.
#
# The first command MUST be PROCESSCOLORS
#
PROCESSCOLORS
#
# Normally these values are used as-is.  Use UCR to compensate for Under
# Color Removal (assuming the CMYK values are exactly those printed)
# or MUCR for a modified UCR compensation.
#
MUCR
#
# Each entry consists of an alphanumeric string followed by CMYK as four
# floating point values in the range of 0.0 -> 1.0.  The name can be up to
# 39 characters in length, but only the first 19 characters will be used.
# More than 39 could cause a crash but allows for error in counting the 19.
# There is no practical limit to the length of the list, but the program will
# show a maximum of 20 in the popup selector - after that the menu is scrolled
# with 19 or 18 appearing in the menu at any given time.
#
DIC2(Pink) 0 .15 .05 0
DIC5(ShellPink) 0 .25 .15 0
DIC7(Nude) 0 .20 .30 0
DIC12(FadedGreen) .25 0 .50 0
DIC14(OpalGreen) .40 0 .55 0
DIC15(IceGreen) .50 0 .40 0
DIC19(LightBlue) .45 0 .05 0
DIC20(LightBlue) .50 0 .05 0
DIC21(SkyBlue) .30 .10 0 0
DIC23(Lilac) .15 .30 0 0
DIC25(OrchidPink) 0 .50 0 0
DIC27(CherryPink) 0 .70 0 0
DIC30(Peach) 0 .50 .50 0
DIC32(Cream) 0 .15 .50 0
DIC33(Canary) 0 0 .50 0
DIC51(CarnationPink) 0 .80 .50 0
DIC67(ForgetMeNot) .70 0 0 0
DIC82(PersimmonOrg) 0 .70 .90 0
DIC84(GoldenYellow) 0 .45 .90 0
DIC96(PaleBlue) .90 0 .30 0
DIC113(Magenta) 0 1.0 0 0
DIC126(Yellow) 0 0 1.0 0
DIC134(Turquoise) .90 0 .50 0
DIC144(GreyishBlue) .80 .75 0 0
DIC151(Peony) .20 1.0 0 0
DIC156(Red) 0 1.0 1.0 0
DIC166(DndlnYellow) 0 .10 1.0 0
DIC170(LightGreen) .45 0 1.0 0
DIC172(Green) .80 0 1.0 0
DIC179(Cyan) 1.0 0 0 0
DIC182(CobaltBlue) 1.0 .50 0 0
DIC189(Lavender) .70 1.0 0 0
DIC197(Crimson) .30 1.0 .80 0
DIC207(Ocher) .2 .4 1.0 0
DIC208(Mustard) .2 .2 1.0 0
DIC210(YellowishGrn) .5 .1 1.0 0
DIC215(TurquoiseGrn) 1.0 0 .7 0
DIC217(PeacockBlue) 1.0 .25 .5 0
DIC292(Russet) .4 .7 .5 0
DIC305(ReddishBrn) .6 1.0 .9 0
DIC317(Amber) .4 .7 .8 0
DIC328(Chestnut) .75 .9 1.0 0
DIC354(BrownishGrn) .7 .7 1.0 0
DIC373(MossGreen) .7 .55 1.0 0
DIC375(OliveGreen) .8 .5 1.0 0
DIC379(PeacockGrn) 1.0 .8 1.0 0
DIC381(AlladinGrn) .6 .1 .6 0
DIC387(PineGreen) 1.0 .6 1.0 0
DIC411(Indigo) 1.0 .8 .6 0
DIC413(YoungBamboo) .7 .25 .3 0
DIC429(TrnshdPalBlue) .6 .3 .2 0
DIC433(AuberginePrpl) 1.0 .9 .5 0
DIC436(Azure) .6 .45 0 0
DIC454(Wisteria) .5 .55 0 0
DIC465(Violet) .8 .8 .45 0
DIC476(Sapan) .3 .6 .3 0
DIC497(Plum) .65 .9 .5 0
DIC543(Gray) 0 0 0 .4
DIC544(DarkGray) 0 0 0 .7
DIC548(PearlGray) 0 0 0 .1
DIC556(Black) 0 0 0 1.0
#
# The file must be terminated with an END statement.  Nothing will be read
# beyond that point.
#
END
