aboutsummaryrefslogtreecommitdiff
path: root/continuouscolorscale.h
blob: 1ca2092cd0942f637c10bfd628b25a1f1b0c8b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CONTINUOUSCOLORSCALE_H
#define CONTINUOUSCOLORSCALE_H

#include "colorscale.h"

class ContinuousColorScale : public ColorScale
{
public:
    ContinuousColorScale();

    QColor color(qreal t) const;
};

#endif // CONTINUOUSCOLORSCALE_H