Create color maps
ColorMap(
continuous = TRUE,
colors = NULL,
dmin = NULL,
dmax = NULL,
scaler = NULL,
mapper = NULL
)
whether colormap is continuous
colors for each data point
miminum in continuous color map
maximum in continuous color map
scaler function from data range to 0-1
function that maps data to color
an object of class ColorMap