Interpolates between entries in the input palette to make a larger palette with COLOR_RES entries.
expand_color_pal(pal, COLOR_RES = 255)A data.frame with two columns: "color" (character: color hex
codes) and "value" (numeric)
The color palette to expand, as a data.frame with two columns:
"color" (character: color hex codes) and "value" (numeric,
ascending).
The number of entries to have in the output palette.
Other coloring:
ROY_BIG_BL(),
make_color_pal(),
use_color_pal()