Class AutoPalette
Defined in File AutoPalette.h
Class Documentation
-
class AutoPalette
Automatically iterates the colors of a Palette on next()
Public Functions
-
inline explicit AutoPalette(const Palette &_palette)
Construct a new AutoPalette, with the colors from palette
Note
A copy of the palette’s colors are taken
- Parameters:
_palette – Palette of colors to iterate
-
inline explicit AutoPalette(const Palette &_palette)