diff options
author | Stefan Kemper <stefan.kemper@artifex.com> | 2006-12-07 16:11:23 +0000 |
---|---|---|
committer | Stefan Kemper <stefan.kemper@artifex.com> | 2006-12-07 16:11:23 +0000 |
commit | 68827f2b271d36e0d8ef21f799d62e938d3fc526 (patch) | |
tree | 4a00a091908af7f4d19cab7691c085062c6b38a5 /pcl/pcindxed.h | |
parent | b1a6abb4a3e7be524214d3105b8838cc24a5925c (diff) |
PCL foreground color now uses the larger than max index modulo
algorithm of the palette constructor:
gl palettes do subraction, pcl do modulo.
C705 p66
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2691 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pcl/pcindxed.h')
-rw-r--r-- | pcl/pcindxed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcl/pcindxed.h b/pcl/pcindxed.h index 5a6c9c7f0..d0639cd68 100644 --- a/pcl/pcindxed.h +++ b/pcl/pcindxed.h @@ -136,6 +136,7 @@ struct pcl_cs_indexed_s { int original_cspace; int num_entries; gs_string palette; + bool is_GL; float pen_widths[pcl_cs_indexed_palette_size]; pcl_cs_indexed_norm_t norm[3]; float Decode[6]; |