aboutsummaryrefslogtreecommitdiff
path: root/continuouscolorscale.h
diff options
context:
space:
mode:
Diffstat (limited to 'continuouscolorscale.h')
-rw-r--r--continuouscolorscale.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/continuouscolorscale.h b/continuouscolorscale.h
new file mode 100644
index 0000000..1ca2092
--- /dev/null
+++ b/continuouscolorscale.h
@@ -0,0 +1,14 @@
+#ifndef CONTINUOUSCOLORSCALE_H
+#define CONTINUOUSCOLORSCALE_H
+
+#include "colorscale.h"
+
+class ContinuousColorScale : public ColorScale
+{
+public:
+ ContinuousColorScale();
+
+ QColor color(qreal t) const;
+};
+
+#endif // CONTINUOUSCOLORSCALE_H