summaryrefslogtreecommitdiff
path: root/basegfx/source/color
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/color')
-rw-r--r--basegfx/source/color/bcolortools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/color/bcolortools.cxx b/basegfx/source/color/bcolortools.cxx
index 1c7d2b222fff..960ccfad4d67 100644
--- a/basegfx/source/color/bcolortools.cxx
+++ b/basegfx/source/color/bcolortools.cxx
@@ -65,7 +65,7 @@ namespace basegfx { namespace tools
else if( g == maxVal )
h = 2.0 + (b - r)/d;
else
- h = 4.0 + (r - h)/d;
+ h = 4.0 + (r - g)/d;
h *= 60.0;