StaticColorGenerator
A color generator that perpetually cycles through a given list of colors.
Type Parameters
CTX
CTX
Implements
ColorGenerator<CTX>
Methods
generate()
generate(
ctx?):string
Returns the next color in the series this class was constructed with.
Parameters
ctx?
CTX
Returns
string