Releases: EmilHvitfeldt/prismatic
Releases · 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 providelabel
with 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).
prismatic 1.1.1
- Fixed documentation to be HTML5 friendly.
prismatic 1.1.0
- Add extraction functions.
best_contrast()
has been added, and can be used to find the best contrasted colors.
prismatic 1.0.0
prismatic 0.2.0
- Added
clr_alpha()
function to specify transparency. (#9) - Added
labels
argument toplot.colors()
to show hexcode in plot. (#8) clr_rotate()
's argumentdegrees
now default to 0.clr_mix()
's argumentratio
now correctly takes varied lengths as the argument.- added
check_color_blindness()
to allow quick visual color deficiency examination. (#11)
CRAN release
v0.1.0 update readme