undmc: Return the hex code and RGB values of a given DMC embroidery...

Description Usage Arguments Examples

View source: R/dmc.R

Description

Return the hex code and RGB values of a given DMC embroidery floss

Usage

1
undmc(dmc, visualize = TRUE)

Arguments

dmc

DMC floss identifier. Usually the floss number (e.g. 210), or the name if it does not commonly have a number (e.g. "Ecru").

visualize

Whether to visualize the DMC floss colour. Defaults to TRUE.

Examples

1
2
3
undmc("Ecru")
undmc(310)
undmc(c(210, 211))

sharlagelfand/dmc documentation built on March 3, 2020, 9:15 a.m.