SingleColorGenerator
A color generator that returns the same color every time it is called.
Type Parameters
CTX
CTX
Implements
ColorGenerator<CTX>
Methods
generate()
generate(
ctx?):string
Returns the color this class was constructed with.
Parameters
ctx?
CTX
Returns
string