Open ijlyttle opened 4 years ago
We have widgets that are meant for discrete palettes (swatch(), hcl_table()), and widgets that are meant for continuous palettes (ramp(), curtain()).
swatch()
hcl_table()
ramp()
curtain()
To all of these functions
These are for the arguments to each of the functions:
colors - vector of colors; input to all functions. n_color_interp - number of colors to interpolate; used for continuous widgets.
colors
n_color_interp
We have widgets that are meant for discrete palettes (
swatch()
,hcl_table()
), and widgets that are meant for continuous palettes (ramp()
,curtain()
).To all of these functions
These are for the arguments to each of the functions:
colors
- vector of colors; input to all functions.n_color_interp
- number of colors to interpolate; used for continuous widgets.