summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/color.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/color.cxx')
-rw-r--r--slideshow/source/engine/color.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/slideshow/source/engine/color.cxx b/slideshow/source/engine/color.cxx
index 81483adf3abc..9bb40d6fd4ba 100644
--- a/slideshow/source/engine/color.cxx
+++ b/slideshow/source/engine/color.cxx
@@ -193,20 +193,8 @@ namespace slideshow
{
}
- double HSLColor::getHue() const
- {
- return maHSLTriple.mnHue;
- }
- double HSLColor::getSaturation() const
- {
- return maHSLTriple.mnSaturation;
- }
- double HSLColor::getLuminance() const
- {
- return maHSLTriple.mnLuminance;
- }
bool operator==( const HSLColor& rLHS, const HSLColor& rRHS )
@@ -327,20 +315,8 @@ namespace slideshow
{
}
- double RGBColor::getRed() const
- {
- return maRGBTriple.mnRed;
- }
- double RGBColor::getGreen() const
- {
- return maRGBTriple.mnGreen;
- }
- double RGBColor::getBlue() const
- {
- return maRGBTriple.mnBlue;
- }
::cppcanvas::Color::IntSRGBA RGBColor::getIntegerColor() const
{