summaryrefslogtreecommitdiff
path: root/renderproto.txt
diff options
context:
space:
mode:
authorFredrik Höglund <fredrik@kde.org>2009-07-15 00:16:08 +0200
committerFredrik Höglund <fredrik@kde.org>2009-07-15 00:16:08 +0200
commit533e22db3088bb75e58b6d977ec82a13c4680b54 (patch)
tree2c9d65bc34ae7c74ce87062d59a1e4aede1d316d /renderproto.txt
parent2c5e931d5e5b5af88bcf8aaed8b10d799fd47b1e (diff)
downloadxorg-proto-renderproto-533e22db3088bb75e58b6d977ec82a13c4680b54.tar.gz
Add support for the PDF blend mode operators.
Diffstat (limited to 'renderproto.txt')
-rw-r--r--renderproto.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/renderproto.txt b/renderproto.txt
index 0934770..5249e6c 100644
--- a/renderproto.txt
+++ b/renderproto.txt
@@ -139,7 +139,11 @@ PICTOP { Clear, Src, Dst, Over, OverReverse, In, InReverse,
ConjointClear, ConjointSrc, ConjointDst, ConjointOver,
ConjointOverReverse, ConjointIn, ConjointInReverse,
ConjointOut, ConjointOutReverse, ConjointAtop,
- ConjointAtopReverse, ConjointXor }
+ ConjointAtopReverse, ConjointXor,
+ Multiply, Screen, Overlay, Darken, Lighten, ColorDodge,
+ ColorBurn, HardLight, SoftLight, Difference, Exclusion,
+ HSLHue, HSLSaturation, HSLColor, HSLLuminosity
+ }
SUBPIXEL { Unknown, HorizontalRGB, HorizontalBGR,
VerticalRGB, VerticalBGR, None
}
@@ -1197,3 +1201,7 @@ what each version before 1.0 implemented:
The repeat picture attribute now supports Pad and
Reflect, older versions only supported None and Normal.
+
+ 0.11:
+ Blend mode operators
+