ColorGenerator
Defines an object that can generate colors for a specific context. The strategy employed to generate colors is implementation specific.
Type Parameters
CTX
CTX = any
Methods
generate()
generate(
context?):string
Generate a color.
Parameters
context?
CTX
Current context.
Returns
string