12#ifndef ROTATINGCOLOR_H_6014714286
13#define ROTATINGCOLOR_H_6014714286
19#include <Carna/Carna.h>
57 white = red | green | blue
100 unsigned int nextColor;
Defines Carna::base::Color.
Represents an association.
Represents a color. Objects from this class are copyable and assignable.
Supplies colors from a predefined, distinctive palette.
void reset()
Resets s.t. the current color becomes the initial again.
RotatingColor & operator++()
Pre-increments the color.
const ColorIdentifier initialColor
Holds the initial color.
RotatingColor operator++(int)
Post-increments the color.
ColorIdentifier
Identifies supported colors.
RotatingColor(ColorIdentifier initialColor=blue)
Instantiates.