aboutsummaryrefslogtreecommitdiff
path: root/continuouscolorscale.h
diff options
context:
space:
mode:
Diffstat (limited to 'continuouscolorscale.h')
-rw-r--r--continuouscolorscale.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/continuouscolorscale.h b/continuouscolorscale.h
index f734702..0f9478c 100644
--- a/continuouscolorscale.h
+++ b/continuouscolorscale.h
@@ -10,7 +10,8 @@ public:
enum BuiltinContinuousColorScale {
HEATED_OBJECTS,
- RED_GRAY_BLUE
+ RED_GRAY_BLUE,
+ RAINBOW,
};
QColor color(qreal t) const;