summaryrefslogtreecommitdiff
path: root/include/basegfx/color/bcolormodifier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/color/bcolormodifier.hxx')
-rw-r--r--include/basegfx/color/bcolormodifier.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index 37c6a5b9e2f3..6eb40b67e9d7 100644
--- a/include/basegfx/color/bcolormodifier.hxx
+++ b/include/basegfx/color/bcolormodifier.hxx
@@ -126,26 +126,6 @@ namespace basegfx
SAL_DLLPRIVATE virtual OUString getModifierName() const override;
};
- /**
- * convert to alpha
- */
- class SAL_WARN_UNUSED BASEGFX_DLLPUBLIC BColorModifier_alpha final : public BColorModifier
- {
- public:
- BColorModifier_alpha()
- {
- }
-
- virtual ~BColorModifier_alpha() override;
-
- // compare operator
- SAL_DLLPRIVATE virtual bool operator==(const BColorModifier& rCompare) const override;
-
- // compute modified color
- SAL_DLLPRIVATE virtual ::basegfx::BColor getModifiedColor(const ::basegfx::BColor& aSourceColor) const override;
- SAL_DLLPRIVATE virtual OUString getModifierName() const override;
- };
-
/** convert to alpha based on luminance
returns a color where red green and blue are first weighted and added