summaryrefslogtreecommitdiff
path: root/src/main/escp2-channels.c
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 16:16:09 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 16:16:09 +0000
commit3950c83c2919fe59dbf442c0d4859778fadd0e8d (patch)
treea94521b94f4a256b5b6d7f004f4afd5f9aae5db0 /src/main/escp2-channels.c
parent97aedb05b271e9486f51eac1aee64fce92da64ca (diff)
Imported Upstream version 4.3.99+cvs20060521
Diffstat (limited to 'src/main/escp2-channels.c')
-rw-r--r--src/main/escp2-channels.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/escp2-channels.c b/src/main/escp2-channels.c
index 30636da..6f258ba 100644
--- a/src/main/escp2-channels.c
+++ b/src/main/escp2-channels.c
@@ -1,5 +1,5 @@
/*
- * "$Id: escp2-channels.c,v 1.60 2006/01/06 22:10:41 rlk Exp $"
+ * "$Id: escp2-channels.c,v 1.61 2006/01/31 03:09:48 rlk Exp $"
*
* Print plug-in EPSON ESC/P2 driver for the GIMP.
*
@@ -2142,9 +2142,9 @@ static const shade_set_t ultrachrome_matte_shades = /* Ultrachrome with matte bl
static const shade_set_t ultra3_photo_shades = /* R2400 with photo black ink */
{
- { 3, { 1.0, 0.555, 0.185 }},
- { 2, { 1.0, 0.25 }},
- { 2, { 1.0, 0.25 }},
+ { 3, { 1.0, 0.48, 0.16 }},
+ { 2, { 1.0, 0.35 }},
+ { 2, { 1.0, 0.20 }},
{ 1, { 1.0 }},
{ 1, { 1.0 }},
{ 1, { 1.0 }},
@@ -2155,8 +2155,8 @@ static const shade_set_t ultra3_photo_shades = /* R2400 with photo black ink */
static const shade_set_t ultra3_matte_shades = /* R2400 with matte black ink */
{
{ 3, { 1.0, 0.278, 0.093 }},
- { 2, { 1.0, 0.25 }},
- { 2, { 1.0, 0.25 }},
+ { 2, { 1.0, 0.35 }},
+ { 2, { 1.0, 0.20 }},
{ 1, { 1.0 }},
{ 1, { 1.0 }},
{ 1, { 1.0 }},