91 returnColor.Set(r, g, b);
virtual void GoToBegin() override
Rewind to first color.
unsigned short color_cycle
DataCollection - Class to facilitate loading/accessing structured data.
virtual Color GetNextColor() override
Return another color.
virtual void SetColorCycle(unsigned short cycle)
Set the color cycle. The color cycle has to be an integer value between 0 and 5 (see class descriptio...
virtual void ChangeHueValueByAbsoluteNumber(float number)
itk::RGBPixel< float > Color
Color Standard RGB color typedef (float)
virtual ~ColorSequenceCycleH()
virtual void ChangeHueValueByCycleSteps(int steps)
Increase the used Hue value. This can be done by steps ( = steps * 60 increase of Hue ) or absolute (...
void Hsv2Rgb(float h, float s, float v, float &r, float &g, float &b)
convert a HSV color to RGB color, H from 0 to 360, all other parameters 0 to 1