Get a vector of n equally spaced rgb colors.
ColorHue(n, starthue = 15, endhue = 360, luminance = 65, chroma = 100)
| n | integer number of hex codes to return |
|---|---|
| starthue | real hue argument for the grDevices::hcl() generates value 1 |
| endhue | real hue argument |
| luminance | the luminance of the hcl value |
| chroma | the chroma of the hcl value |