Description Usage Arguments Value Examples
This follows the colorspace scheme.
1 2 3 |
type |
character indicating type of HCL palette. |
h1 |
hue value in the HCL color description, has to be in [0, 360]. |
h2 |
hue value in the HCL color description, has to be in [0, 360]. |
c1 |
chroma value in the HCL color description. |
c2 |
chroma value in the HCL color description. |
l1 |
luminance value in the HCL color description. |
l2 |
luminance value in the HCL color description. |
p1 |
control parameter determining how chroma and luminance should be increased (1 = linear, 2 = quadratic, etc.). |
p2 |
control parameter determining how chroma and luminance should be increased (1 = linear, 2 = quadratic, etc.). |
cmax |
Maximum chroma value in the HCL color description. |
fixup |
logical. Should the color be corrected to a valid RGB value? |
Object with S3 class pev_hcl
1 | pev_hcl(h1 = 0, h2 = 360, c1 = 60, l1 = 60)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.