Recent Releases of https://github.com/emilhvitfeldt/prismatic
https://github.com/emilhvitfeldt/prismatic - prismatic 1.1.2
color()now maintains the names of the input vector, allowingplot()to use the color names rather than the hex values whenlabel = TRUE. You can also providelabelwith a custom set of color labels. Unnamed colors are labelled with their hex values (@gadenbuie, #27).Printing color objects is now powered by
{cli}, which has superseded{crayon}(jack-davison, #28).
- R
Published by EmilHvitfeldt almost 2 years ago
https://github.com/emilhvitfeldt/prismatic - prismatic 1.1.1
- Fixed documentation to be HTML5 friendly.
- R
Published by EmilHvitfeldt over 3 years ago
https://github.com/emilhvitfeldt/prismatic - prismatic 1.1.0
- Add extraction functions.
best_contrast()has been added, and can be used to find the best contrasted colors.
- R
Published by EmilHvitfeldt over 4 years ago
https://github.com/emilhvitfeldt/prismatic - prismatic 1.0.0
- All functions now accepts zero length input.
- Added
contrast_ratio()function to calculate contrast ratios between colors. (#18) - Added
modify_hcl()function to modify individual HCL axes. (#20)
Breaking changes
clr_rotate()now uses HCL instead of HSL as its color space for rotation. (#19)clr_lightness()andclr_darken()now uses HCL instead of HSL as its default color space. (#19)
- R
Published by EmilHvitfeldt about 5 years ago
https://github.com/emilhvitfeldt/prismatic - prismatic 0.2.0
- Added
clr_alpha()function to specify transparency. (#9) - Added
labelsargument toplot.colors()to show hexcode in plot. (#8) clr_rotate()'s argumentdegreesnow default to 0.clr_mix()'s argumentrationow correctly takes varied lengths as the argument.- added
check_color_blindness()to allow quick visual color deficiency examination. (#11)
- R
Published by EmilHvitfeldt about 6 years ago
https://github.com/emilhvitfeldt/prismatic - CRAN release
- R
Published by EmilHvitfeldt over 6 years ago