Add a user-defined scheme
the user-defined scheme
id to refer to the registered scheme
Add a scheme with a hardcoded id
the id
the colormaker
Catana addition If this Colormaker uses an external color scale (like 'OrRd', 'PuBu', 'Viridis', 'Set1'...): undefined If this Colormaker has its own independent color scale (like 'element' or 'resname'): its colors
Create and a filter-based coloring scheme. Supply a list with pairs of colorname and filter for coloring by filters. Use the last entry as a default (catch all) coloring definition.
cloror-filter pairs
scheme name
id to refer to the registered scheme
Register a custom scheme
constructor or Colormaker instance
scheme label
id to refer to the registered scheme
Get an description of available scales as an object with id-label as key-value pairs
available scales
The color scheme ID
The color scale related to the scheme with ID 'id'
Get an description of available schemes as an object with id-label as key-value pairs
Whether to include the user schemes or not (Catana addition)
available schemes
Check if a scheme with the given id exists
the id to check
flag indicating if the scheme exists
Remove the scheme with the given id
scheme to remove
Generated using TypeDoc
Class for registering Colormakers. Generally use the global {@link src/globals.js~ColormakerRegistry} instance.