15#ifndef ROTATINGCOLOR_H_6014714286
16#define ROTATINGCOLOR_H_6014714286
60 white = red | green | blue
103 unsigned int nextColor;
Defines LibCarna::base::Color.
Contains forward-declarations.
Represents an association.
Represents a color. Objects from this class are copyable and assignable.
Supplies colors from a predefined, distinctive palette.
RotatingColor & operator++()
Pre-increments the color.
const ColorIdentifier initialColor
Holds the initial color.
RotatingColor operator++(int)
Post-increments the color.
RotatingColor(ColorIdentifier initialColor=blue)
Instantiates.
void reset()
Resets s.t. the current color becomes the initial again.
ColorIdentifier
Identifies supported colors.