summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 16:58:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 08:44:46 +0100
commite5d211eb8ee90ce7ec5a9acca1caa707f0d55291 (patch)
treede2067302e27cb7aafdd5b67dba45ddabf345e71 /include/filter
parent7ecdffbef79bad6fd9b3ada83db56e745ce531ca (diff)
Remove unused ESCHER_ShadeType
...apparently a copy of MSO_ShadeType removed with e336d7f80fd9f7ada4b12c37f9434df411d28466 "Remove unused MSO_ShadeType" and equally unused Change-Id: If1660faa45c1445c302ac0c9a1a160674691c15d
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/escherex.hxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index bfa931f5dcf0..dabdae296ab7 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -323,28 +323,6 @@ enum ESCHER_dzType
ESCHER_dzTypeMax = 11
};
-// how to interpret the colors in a shaded fill.
-enum ESCHER_ShadeType
-{
- ESCHER_ShadeNone = 0, // Interpolate without correction between RGBs
- ESCHER_ShadeGamma = 1, // Apply gamma correction to colors
- ESCHER_ShadeSigma = 2, // Apply a sigma transfer function to position
- ESCHER_ShadeBand = 4, // Add a flat band at the start of the shade
- ESCHER_ShadeOneColor = 8, // This is a one color shade
-
- /* A parameter for the band or sigma function can be stored in the top
- 16 bits of the value - this is a proportion of *each* band of the
- shade to make flat (or the approximate equal value for a sigma
- function). NOTE: the parameter is not used for the sigma function,
- instead a built in value is used. This value should not be changed
- from the default! */
- ESCHER_ShadeParameterShift = 16,
- ESCHER_ShadeParameterMask = 0xffff0000,
-
- ESCHER_ShadeDefault = (ESCHER_ShadeGamma|ESCHER_ShadeSigma|
- (16384<<ESCHER_ShadeParameterShift))
-};
-
// compound line style
enum ESCHER_LineStyle
{