Class HSVColormap

Class Documentation

class HSVColormap

HSV colormap that varies the hue H in the [0, 1) range with equidistant points for the given size. The hue H interval is open because the hue is the same for 0 and 1. Therefore, we never take hue == 1.

Public Functions

inline explicit HSVColormap(const size_t size = 256)
inline const QColor &operator[](const size_t i) const
inline size_t size() const