From 2260996d93e723a55a72bf23447a8f77e98e1371 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Sun, 17 Jan 2016 16:09:31 +0100 Subject: Added a pseudo-raindow continuous color scale. --- continuouscolorscale.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'continuouscolorscale.h') 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; -- cgit v1.2.3