summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-col.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-09-05 14:00:14 +0300
committerMarius <mariausol@gmail.com>2011-09-05 14:00:14 +0300
commit55115d779b08fbd8970bd6e580cc255d7ab23ba6 (patch)
tree09e7d5d0788d55e8da94e3ee4b96b79ca942aeee /tex/context/base/lpdf-col.lua
parent7094c38b1390494cbac47a173433e238768a7c0f (diff)
downloadcontext-55115d779b08fbd8970bd6e580cc255d7ab23ba6.tar.gz
beta 2011.09.05 12:54
Diffstat (limited to 'tex/context/base/lpdf-col.lua')
-rw-r--r--tex/context/base/lpdf-col.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/tex/context/base/lpdf-col.lua b/tex/context/base/lpdf-col.lua
index 6aa412d6a..555c0290f 100644
--- a/tex/context/base/lpdf-col.lua
+++ b/tex/context/base/lpdf-col.lua
@@ -353,7 +353,11 @@ local transparencies = { [0] =
pdfconstant("Lighten"),
pdfconstant("Difference"),
pdfconstant("Exclusion"),
- pdfconstant("Compatible"),
+ pdfconstant("Hue"),
+ pdfconstant("Saturation"),
+ pdfconstant("Color"),
+ pdfconstant("Luminosity"),
+ pdfconstant("Compatible"), -- obsolete; 'Normal' is used in this case
}
local documenttransparencies = { }