Provides a callback allowing to simple indexing into a named color scheme. The callback accepts an index which will wrap around the length of the color scheme. e.g. for a color scheme with 10 colors, callback(16) === callback(6).
callback(16) === callback(6)
The name of the color scheme to use.
Provides a callback allowing to simple indexing into a named color scheme. The callback accepts an index which will wrap around the length of the color scheme. e.g. for a color scheme with 10 colors,
callback(16) === callback(6).